The Map type exposes the following members.

Constructors

  Name Description
Public method Map
Constructs a Map object.

Properties

  Name Description
Public property BottomRightLatitude
Latitude for the bottom right corner of the map.
Public property BottomRightLongitude
Longitude for the bottom right left corner of the map.
Public property ClientID
Gets the server control short identifier generated by Framework.
(Overrides Control..::..ClientID.)
Public property ControlsVisible
Determines if the controls for map navigation are displayed.
Public property CssIncludeGroup
Determines the CSS group the controls automatically generated style information will be part of.
Public property DownAltText
Alternative text used by the map command image used to move down.
Public property DownImages
16x16 pixel image url used to move the map down.
Public property DownLeftAltText
Alternative text used by the map command image used to move down and left.
Public property DownLeftImages
16x16 pixel image url used to move the map down and left.
Public property DownLeftShortText
Short Text for Down Left button
Public property DownRightAltText
Alternative text used by the map command image used to move down and right.
Public property DownRightImages
16x16 pixel image url used to move the map down and right.
Public property DownRightShortText
Short Text for Down button
Public property DownShortText
Short Text for Down button
Public property Height
Amended height property that will only accept measurements in pixels or percentages of the max image height for the device.
(Overrides WebControl..::..Height.)
Public property ItemsStyle
Gets the style properties for the items style.
Public property ItemsStyleID
Styles Control ID with Filter(s) collection to apply style for items.
Public property LabelAltItemStyle
Gets the style properties for the alternate items of marker text style.
Public property LabelAltItemStyleID
Styles Control ID with Filter(s) collection to apply style for alternate marker item text.
Public property LabelItemStyle
Gets the style properties for the marker text style.
Public property LabelItemStyleID
Styles Control ID with Filter(s) collection to apply style for marker item text.
Public property Latitude
Latitude for the centre of the map. Will update TopLeftLatitude and BottomRightLatitude.
Public property LeftAltText
Alternative text used by the map command image used to move left.
Public property LeftImages
16x16 pixel image url used to move the map left.
Public property LeftShortText
Short Text for Left button
Public property Longitude
Longitude for the centre of the map. Will update TopLeftLongitude and BottomRightLongitude.
Public property MarkerAltItemStyle
Gets the style properties for the marker alternate items style.
Public property MarkerAltItemStyleID
Styles Control ID with Filter(s) collection to apply style for alternate marker items.
Public property MarkerItemStyle
Gets the style properties for the marker items style.
Public property MarkerItemStyleID
Styles Control ID with Filter(s) collection to apply style for marker items.
Public property Markers
Markers List
Public property MaxMarkers
Maximum number of markers displayed on the map at once. Can not be more than 25.
Public property Provider
The map source provider (e.g. Google, Multimap) used to generate the map.
Public property RightAltText
Alternative text used by the map command image used to move right.
Public property RightImages
16x16 pixel image url used to move the map right.
Public property RightShortText
Short Text for Right button
Public property SelectionEnabled
Determines if markers displayed on the map can be selected raising the OnMakerSelected event.
Public property StyleClientID
Returns the controls clientid as string
Public property StyleID
A list of filters that when matched can be used to override the default stylesheet.
Public property TopLeftLatitude
Latitude for the top left corner of the map.
Public property TopLeftLongitude
Longitude for the top left corner of the map.
Public property UpAltText
Alternative text used by the map command image used to move up.
Public property UpImages
16x16 pixel image url used to move the map up.
Public property UpLeftAltText
Alternative text used by the map command image used to move up and left.
Public property UpLeftImages
16x16 pixel image url used to move the map up and left.
Public property UpLeftShortText
Short Text for UpLeft button
Public property UpRightAltText
Alternative text used by the map command image used to move up and right.
Public property UpRightImages
16x16 pixel image url used to move the map up and right.
Public property UpRightShortText
Short Text for UpRight button
Public property UpShortText
Short Text for Up button
Public property Width
Amended width property that will only accept measurements in pixels or percentages of the max image width for the device.
(Overrides WebControl..::..Width.)
Public property ZoomInAltText
Alternative text used by the map command image used to zoom in.
Public property ZoomInDisabledImages
16x16 pixel image url used to when it's no longer possible to zoom in anymore.
Public property ZoomInEnabled
Determines whether the ZoomIn button enable or not.
Public property ZoomInImages
16x16 pixel image url used to zoom in on the map.
Public property ZoomInShortText
Short Text for ZoomIn button
Public property ZoomOutAltText
Alternative text used by the map command image used to zoom out.
Public property ZoomOutDisabledImages
16x16 pixel image url used to when it's no longer possible to zoom out anymore.
Public property ZoomOutEnabled
Determines whether the ZoomOut button enable or not.
Public property ZoomOutImages
16x16 pixel image url used to zoom out of the map.
Public property ZoomOutShortText
Short Text for Zoom out button

Events

  Name Description
Public event MarkerSelected
Fired to indicate a map marker has been selected. CommandArguement contains the selected value.

See Also