summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps/Pin.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Map renderer extensibility (#844)jcmanke1-13/+6
* 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
2016-03-22Initial importJason Smith1-0/+99