MobileForms Toolkit Documentation

GeoMapMarkers Constructor

Create Google markers with defined color, size, label and set of locations

Overload List

Create Google markers with defined color, size, label and a set of locations

public GeoMapMarkers(Color,eGoogleMarkerSize,string,params Address[]);

Create Google markers with defined color, size, label and set of locations

public GeoMapMarkers(Color,eGoogleMarkerSize,string,params GeoPoint[]);

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

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

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

public GeoMapMarkers(int,string,params GeoPoint[]);

See Also

GeoMapMarkers Class | Resco.Location.Services.Map Namespace