Skip to content

Helper

Namespace: ThinkGeo.UI.XamarinForms

public class Helper

Inheritance ObjectHelper

Constructors

Helper()

public Helper()

Methods

RegisterOverlays<TPlatformOverlay>(GeoCollection<Overlay>, GeoCollection<TPlatformOverlay>)

public static void RegisterOverlays<TPlatformOverlay>(GeoCollection<Overlay> formOverlays, GeoCollection<TPlatformOverlay> platformOverlays)

Type Parameters

TPlatformOverlay

Parameters

formOverlays GeoCollection<Overlay>

platformOverlays GeoCollection<TPlatformOverlay>

RegisterPopups<TPlatformPopup>(GeoCollection<Popup>, GeoCollection<TPlatformPopup>)

public static void RegisterPopups<TPlatformPopup>(GeoCollection<Popup> formPopups, GeoCollection<TPlatformPopup> platformPopups)

Type Parameters

TPlatformPopup

Parameters

formPopups GeoCollection<Popup>

platformPopups GeoCollection<TPlatformPopup>

RegisterMarkers<TPlatformMarker>(GeoCollection<Marker>, GeoCollection<TPlatformMarker>)

public static void RegisterMarkers<TPlatformMarker>(GeoCollection<Marker> formMarkers, GeoCollection<TPlatformMarker> platformMarkers)

Type Parameters

TPlatformMarker

Parameters

formMarkers GeoCollection<Marker>

platformMarkers GeoCollection<TPlatformMarker>