The following tables list the members exposed by Document.
Name | Description | |
---|---|---|
![]() | Document Constructor | Initializes a new instance of the Document class. |
Name | Description | |
---|---|---|
![]() ![]() | IsBaseMapProperty | Indicates whether the layer is a base map layer in the web map document. |
![]() ![]() | LayerUrlsProperty | The dictionary of layer URL's used for all queries against each layer, which includes popups, attribute queiries, etc. |
![]() ![]() | PopupTemplateProperty | The popup DataTemplate for a GraphicsLayer. |
![]() ![]() | PopupTemplatesProperty | The popup DataTemplate for map service layers. |
![]() ![]() | WebMapDataProperty | The data associated with the layer in the web map document. |
Name | Description | |
---|---|---|
![]() | BingToken | The token for being used by Bing Maps. If this is not set, Bing maps layers will not load until the token has been set. |
![]() | GeometryServiceUrl | Gets or sets the geometry service URL. |
![]() | ProxyUrl | URL to proxy the requests through when necessary. If this is not set, layers that require a proxy will not be loaded. |
![]() | ServerBaseUrl | Gets or sets the server base URL from where items can be loaded. |
![]() | Token | Gets or sets the token. If this property is not set, non-public documents will not be loaded. |
Name | Description | |
---|---|---|
![]() ![]() | GetIsBaseMap | Gets the IsBaseMap property. |
![]() | GetItemAsync | Gets map item metadata. |
![]() | GetMapAsync | Overloaded. Creates a map from ArcGIS Online based on its Item ID. |
![]() | GetMapFromJsonAsync | Creates a map from a JSON Web Map Document. |
![]() ![]() | SetIsBaseMap | Sets the IsBaseMap property. |
Name | Description | |
---|---|---|
![]() | GetItemCompleted | Fired when the GetItemAsync completes. |
![]() | GetMapCompleted | Fired when the GetMapAsync(String,Object) completes. |