Map Properties |
The Map type exposes the following members.
Name | Description | |
---|---|---|
Busy |
Indicates if this Map is busy processing an asynchronous map request.
| |
Center |
Gets or sets the current center point of the map.
| |
CenterPixelOffset | ||
DisplayScale |
Gets or sets the scale of map overlay objects (such as labels, shields, direction arrows, and highlights) relative to the underlying map tiles.
| |
Heading |
Gets or sets the heading of the map.
| |
Layers |
Gets or sets an array of map layer names. These layers are rendered in accordance with the LayersRenderMode property.
| |
LayersRenderMode |
Gets or sets the render mode used to render the map's Layers.
| |
MapQuality |
Gets or sets the quality at which this Map will be rendered.
| |
MapRepository |
Gets or sets the Repository used to render the map.
| |
MapScale |
Gets the scale of the map.
| |
MaxZoom |
Gets the maximum zoom value of this map.
| |
MinSizeToBrand | ||
MinZoom |
Gets the minimum zoom value of this map.
| |
PaddingSize |
Gets or sets the number of additional pixels to load on each side of the map as
padding.
| |
Perspective |
Gets or sets the perspective of this map. See MapPerspective.
| |
PixelSizeMeters |
Gets the number of meters each pixel of the map represents.
| |
PixelSizeMiles |
Gets the number of miles each pixel of the map represents.
| |
Projected |
Gets or sets whether this map is projected (curved) or not.
| |
ProjectionCentre |
Represents the center of the map projection. By default this value is null and the center is always the center of the visible map area.
| |
Renderer |
An IMapRenderer that will be called when the map is rendered.
| |
RenderLabels |
Controls whether labels are rendered on the map.
| |
Satellite |
Gets or sets whether the map is rendered using satellite imagery.
| |
SatelliteLayerName |
The name of the map layer that will be used to provide satellite imagery. If
specified then the imagery will be taken from the appropriate WMS layer in the
GeoStream's layers.config file. Otherwise, standard GeoBase satellite imagery
will be used.
| |
Size |
Gets or sets the map size in pixels.
| |
StickyLabels |
Gets or sets whether map labels are sticky.
| |
Style |
Gets or sets the MapStyle used to draw the map. Set this value to null to use the
default map style.
| |
StyleName |
Gets or sets the name of the style used to draw the map. Set this value to null to use
the default map style.
| |
TilePerSuperTile |
Gets or sets the number of tiles per supertile.
| |
TileSize |
Gets or sets the size of a tile.
| |
TimeStatistics |
For internal use only.
| |
Warnings |
Gets all local Warnings associated with this map.
| |
Zoom |
Gets or sets the zoom height of the map.
| |
ZoomLevel |
This defines the current zoom level. This differs from Zoom, in that
ZoomLevel is expressed in terms of the array of Zooms; ZoomLevel is an index into the array.
| |
Zooms |
Defines the set of zoom levels to use.
|