summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.Android/MapRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23[Android] Applinks firebase 42 (#1107)Rui Marinho1-10/+9
* Android AppLinks updated packages and refactor to comply with Firebase packages * made nested classes internal * removed notimplementedexception and added a Console log when on Failure * removed Firebase init method. Changed Console for Android's native Exception logging * formatted code styling with Visual Studio Community 2017 for Mac * [Android] Update nuspec and gallery * [Packages] Update android support packages for 25.4.0.2
2017-07-24Remove InternalsVisibleTo from Maps (#1019)Kangho1-1/+1
2017-04-11Map renderer extensibility (#844)jcmanke1-18/+30
* 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
2017-03-21Convert Android maps to GetMapAsync call (#824)Jason Smith1-28/+37
* [A] Move map renderer to calling GetMapAsync * [A] Make sure Map initializes correctly with Async map fetching
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-01-03[iOS/Android] Move Map camera to correct region on layout change (#548)adrianknight891-0/+1
* Move to region on layout change * remove visibility check
2016-09-27Clean up listeners and tag on ButtonRenderer during disposal (#360)E.Z. Hart1-13/+19
Clean up OnFocusChangeListener on ViewRenderer during disposal Prevent memory leak of PageContainer/FragmentContainer when animating fragment transitions Call Destroy() on Map during disposal Rebasing
2016-09-16Format MapRenderer according to project code style (#362)E.Z. Hart1-195/+243
* Format MapRenderer according to project code style * Using var instead of explicit type for Markers
2016-08-30Allow Custom Android MapRenderers to override the default MapView options (#285)Marcus Lum1-4/+9
* Allow Custom Android MapRenderers to override the default MapView options * Larger effort to use CreateNativeControl () everywhere instead of just in the Android AppCompat renderers.
2016-04-12Mop up enabling warnings as errors (#78)kingces951-1/+1
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro1-0/+7
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-03-22Initial importJason Smith1-0/+308