Click or drag to resize

Map Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Map type exposes the following members.

Properties
  NameDescription
Public propertyBusy
Indicates if this Map is busy processing an asynchronous map request.
Public propertyCode exampleCenter
Gets or sets the current center point of the map.
Public propertyCode exampleCenterPixelOffset
Used to line up tiles. Sets an offset Point, in pixels, for the center of this Map tile, relative to the Center point of the center Map tile.
Public propertyCode exampleDisplayScale
Gets or sets the scale of map overlay objects (such as labels, shields, direction arrows, and highlights) relative to the underlying map tiles.
Public propertyCode exampleHeading
Gets or sets the heading of the map.
Public propertyCode exampleLayers
Gets or sets an array of map layer names. These layers are rendered in accordance with the LayersRenderMode property.
Public propertyLayersRenderMode
Gets or sets the render mode used to render the map's Layers.
Public propertyCode exampleMapQuality
Gets or sets the quality at which this Map will be rendered.
Public propertyCode exampleMapRepository
Gets or sets the Repository used to render the map.
Public propertyCode exampleMapScale
Gets the scale of the map.
Public propertyCode exampleMaxZoom
Gets the maximum zoom value of this map.
Public propertyMinSizeToBrand
Public propertyCode exampleMinZoom
Gets the minimum zoom value of this map.
Public propertyPaddingSize
Gets or sets the number of additional pixels to load on each side of the map as padding.
Public propertyCode examplePerspective
Gets or sets the perspective of this map. See MapPerspective.
Public propertyPixelSizeMeters
Gets the number of meters each pixel of the map represents.
Public propertyPixelSizeMiles
Gets the number of miles each pixel of the map represents.
Public propertyProjected
Gets or sets whether this map is projected (curved) or not.
Public propertyProjectionCentre
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.
Public propertyRenderer
An IMapRenderer that will be called when the map is rendered.
Public propertyRenderLabels
Controls whether labels are rendered on the map.
Public propertySatellite
Gets or sets whether the map is rendered using satellite imagery.
Public propertyCode exampleSatelliteLayerName
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.
Public propertySize
Gets or sets the map size in pixels.
Public propertyStickyLabels
Gets or sets whether map labels are sticky.
Public propertyStyle
Gets or sets the MapStyle used to draw the map. Set this value to null to use the default map style.
Public propertyStyleName
Gets or sets the name of the style used to draw the map. Set this value to null to use the default map style.
Public propertyTilePerSuperTile
Gets or sets the number of tiles per supertile.
Public propertyTileSize
Gets or sets the size of a tile.
Public propertyTimeStatistics
For internal use only.
Public propertyWarnings
Gets all local Warnings associated with this map.
Public propertyZoom
Gets or sets the zoom height of the map.
Public propertyZoomLevel
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.
Public propertyZooms
Defines the set of zoom levels to use.
Top
See Also