MobileForms Toolkit Documentation

GeoMapMarkers  Constructor (Int32, String, Address[])

Create Bing markers with defined marker type, label and a set of locations

public GeoMapMarkers(
int bingMarkerType,
string label,
params Address[] addresses
);

Parameters

bingMarkerType
Marker icon style. See BingMarkerType
label
Marker label can contain at most 2 characters. Use of empty string allowed.
addresses
Set of Address locations where to place the marker.

See Also

GeoMapMarkers Class | Resco.Location.Services.Map Namespace | GeoMapMarkers Constructor Overload List