C# Class fivenine.UnifiedMaps.Droid.GoogleMapsExtensions

Afficher le fichier Open project: fiveninedigital/UnifiedMaps

Méthodes publiques

Méthode Description
HandleExceptions ( this other ) : void
ToBitmap ( this source, Android.Content.Context context ) : Task

Convert a ImageSource to the native Android Bitmap

ToMarkerHue ( this color ) : float
ToStandardMarkerIcon ( this color ) : Android.Gms.Maps.Model.BitmapDescriptor

Method Details

HandleExceptions() public static méthode

public static HandleExceptions ( this other ) : void
other this
Résultat void

ToBitmap() public static méthode

Convert a ImageSource to the native Android Bitmap
public static ToBitmap ( this source, Android.Content.Context context ) : Task
source this Self instance
context Android.Content.Context Android Context
Résultat Task

ToMarkerHue() public static méthode

public static ToMarkerHue ( this color ) : float
color this
Résultat float

ToStandardMarkerIcon() public static méthode

public static ToStandardMarkerIcon ( this color ) : Android.Gms.Maps.Model.BitmapDescriptor
color this
Résultat Android.Gms.Maps.Model.BitmapDescriptor