Skip to content

IGoogleMapsOverlayAdapter

Namespace: ThinkGeo.UI.XamarinForms.Adapters

This class represents the GoogleMapsOverlay's adapter which requests images from Google's image server by its StaticAPI.

public interface IGoogleMapsOverlayAdapter : ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter

Implements ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter

Remarks:

This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI. See http://code.google.com/apis/maps/signup.html for detail.

Properties

ApiKey

public abstract string ApiKey { get; set; }

Property Value

String

UriSigningSecret

public abstract string UriSigningSecret { get; set; }

Property Value

String

MapType

public abstract GoogleMapsMapType MapType { get; set; }

Property Value

GoogleMapsMapType