From dfda41b0bdc0ea80f548e3c919f14e8094c6cb25 Mon Sep 17 00:00:00 2001 From: jcmanke Date: Tue, 11 Apr 2017 17:52:04 -0500 Subject: Map renderer extensibility (#844) * Added extensibility features to Maps Android MapRenderer: - Moved map initialization to protected virtual method OnMapReady, called by explicit implementation of IOnMapReady - Added protected virtual method CreateMarker for customization of pins iOS MapRenderer: - Added protected virtual method CreateAnnotation for customization of pins Pin: - Unsealed the Pin class - Made Label a bindable property * [Docs] Update docs --- docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Pin.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Pin.xml b/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Pin.xml index 3280b0bb..753dd877 100644 --- a/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Pin.xml +++ b/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/Pin.xml @@ -1,6 +1,6 @@ - - + + Xamarin.Forms.Maps 1.0.0.0 @@ -191,6 +191,21 @@ public static Page GetMapPage () To be added. + + + + Field + + 2.0.0.0 + + + Xamarin.Forms.BindableProperty + + + To be added. + To be added. + + -- cgit v1.2.3