Open amay077 opened 6 years ago
Provides chance of customize pins.
Quick example for these below:
map.PinAdding += (sender, PinAddingEventArgs args) => { Pin pin = args.Pin; var nativeMarker = pin.NativeObject; // you can access native marker object. };
PinAddingEventArgs
Task<boolean> IsCancelTask
SUMMARY
Provides chance of customize pins.
DETAILS
Quick example for these below:
Consideration
PinAddingEventArgs
hasTask<boolean> IsCancelTask
?)PLATFORMS