Create Google markers with defined color, size, label and set of locations
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[]);
GeoMapMarkers Class | Resco.Location.Services.Map Namespace