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