C# Class fivenine.UnifiedMaps.Droid.GoogleMapsExtensions

ファイルを表示 Open project: fiveninedigital/UnifiedMaps

Public Methods

Method 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 method

public static HandleExceptions ( this other ) : void
other this
return void

ToBitmap() public static method

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
return Task

ToMarkerHue() public static method

public static ToMarkerHue ( this color ) : float
color this
return float

ToStandardMarkerIcon() public static method

public static ToStandardMarkerIcon ( this color ) : Android.Gms.Maps.Model.BitmapDescriptor
color this
return Android.Gms.Maps.Model.BitmapDescriptor