I am trying to build hybrid mobile app. In my native android App I have implemented “google maps marker” page successfully. In this page when user click “marker” on maps, user get option to “get direction” from the marker.
This is screenshot of my Native android App “Maps” Page.
Now, problem is i am building same “maps” page for hybrid app in IONIC-2 framework. I have successfully implemented the marker option in ionic2 hybrid app, but when i click on marker i am not getting this 2 option is my ionic2 app. I am not getting any clue to implement this.
Please suggest how to get this two option when i click on marker in the maps using IONIC-2 framework. this screenshot is from my native android app, and i am trying to implement same in ionic-2 framework. Please suggest the solution.