Hello,
I want to add my customize icon on map instead of pin.
Already i have tried to understand below example but i can't get anything.
https://github.com/raechten/BindableMapTest/tree/master/BindableMapTest
my xamarin.forms map screenshot .
How can i do ?
Answers
@ShahabuddinVansiwala:
Check this Sample : https://github.com/paulpatarinski/ShouldIWashMyCar
https://github.com/TorbenK/TK.CustomMap should handle all that for you.
Following properties are available on
TKCustomPin
:IsVisible
Title
Subtitle
ShowCallout
Position
Image
IsDraggable
DefaultPinColor
@YkshLeo and @TorbenKruse
Thanks for reply.....
I followed below URL example....
https://github.com/raechten/BindableMapTest/tree/master/BindableMapTest
In this example icon binding on Button click event.
But, I want to bind icon on Map load event.
How can i do ?