MobileForms Toolkit Documentation

GeoMap Constructor

Constructs an instance of the GeoMap object with a certain geographic center and zoom.

Overload List

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[]);

See Also

GeoMap Class | Resco.Location.Services.Map Namespace