mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

Nearby markers filter #2802

Closed kennedyngigi4 closed 4 years ago

kennedyngigi4 commented 4 years ago

I want to filter the markers that have been displayed on my map ie closest markers as per the filtered category. How can this be achieved with this plugin??

wf9a5m75 commented 4 years ago

Maybe marker cluster?

kennedyngigi4 commented 4 years ago

Is it advisable to use cordova-google-maps in two different pages so that one can have the filtering functionality?

Tried that but it fails to show the child map

wf9a5m75 commented 4 years ago

How did you write your code? Could you share your code files on GitHub?