amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Isn't it possible to know which button of pin is clicked or is there any by pass for this? #571

Closed JitendraEpicomm closed 4 years ago

JitendraEpicomm commented 5 years ago

SUMMARY

Isn't it possible to know which button of pin is clicked

DETAILS

Hi Amay, Thanks for fantastic library. I'm implementing a custom pin which is like a info window and having two buttons. Isn't it possible to know which button of pin is clicked or is there any by pass for this?

// How to use of your requested feature

PLATFORMS

amay077 commented 5 years ago

Sorry I can't understand your question. Please show me code or screenshot for your question?

lubiepomaranczki commented 5 years ago

@amay077 from my understanding, @JitendraEpicomm has let's say 2 buttons within InfoWindow eg. call location & navigate to the location. He wants to know which button was clicked: call or navigate.

My answer: it's possible on native Android, so it should also be possible on Xamarin. But with usage of Amay's package it won't be that easy. Here you can find a way how to do it on Android.

amay077 commented 4 years ago

Yes, we does not support custom InfoWindow.