Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

ExternalIcon

Inheritance: Icon > ExternalIcon

The ExternalIcon class is used to add to the map a marker that is based on an external graphic image.
The ExternalIcon class is based on the Icon class, and in order to add a marker to the map that is based on an external graphic image you should set the path property to the specific file (available formats : SWF, JPG)

See on the examples page how to add external icons to the map: Use shapes -> Add external icon to map


Summary
Inheritance: Icon > ExternalIcon
The ExternalIcon constructor.

Constructors

ExternalIcon

ExternalIcon(string path)

The ExternalIcon constructor.

Parameters

pathThe path of the icon file.
The Icon class is used to set the graphic form of the Marker object.
You can use 3 types of icons that inherit from this class:
ExternalIcon(string path)
The ExternalIcon constructor.