Constructs an instance of the GeoMap object with a certain geographic center and zoom.
Constructs an instance of the GeoMap object by defining a desired geographic area.
public GeoMap(GeoArea);
Constructs an instance of the GeoMap object with a certain geographic center and zoom.
public GeoMap(GeoPoint,int);
Constructs an instance of the GeoMap object with the list of markers.
public GeoMap(params GeoMapMarkers[]);
GeoMap Class | Resco.Location.Services.Map Namespace