Is it possible for us to create marker clustering with Cordova Google Map plugin that will work on both Android and iOS? If yes, how can it be done?
I'm the author of the Cordova Google Map plugin.
Development of the marker clustering is on the way.
But some people already implement it in JS.
If you want to try to implement by yourself, check out the marker cluster code for the Google Maps JavaScript API v3.
Basic idea is the same.
https://github.com/googlemaps/js-marker-clusterer/blob/gh-pages/src/markerclusterer.js
Related
TL;DR
How do I get Google maps 3d building terrain for my project?
They provides it?
I want to draw 3d buildings of my neighborhood on my project.
Ideally I wish I could do something on Web but App is Ok too.
For example
https://www.localize.city/address/new%20york/new%20york/manhattan/west%2047%20street/505/insights?itemIndex=0&itemOpen=false
Thanks.
Currently, Maps Javascript API doesn't have this feature, however, this can be done using the Maps SDK for Android with Camera and View, you may visit the documentation to further understand, you may also check the sample in this repository. Hope this helps.
It's amazing how easy it is possible to use geofencing with Google Maps API. However for that you have to be "connected" and use online maps. However I can not find how to use geofencing functionality for offline maps and what, if any, offline map provider supports it on Android. Would be thankful for any help here.
Well, I ended up with some hybrid solution. I used MapBox and Open Street Maps for offline map functionality together with Google Play services that allowed me to add geofencing functionality. Somehow I was thinking that geofencing requires to use Google Maps and that was obviously not correct.
I have an application with a Google map. I traced the routes with address history to follow to go from one point to another. I would like to implement GPS service on my map, like Google Maps application mobile, which will go running for both voice and by visualization. My APP is in HTML5 and in javascript, not in native.
Basically, I would like to do this with Google Maps Api or something like that:
Thank you and sorry about my english.
Please check the Google Maps API for the recommended use of directions https://developers.google.com/maps/documentation/directions/
Alternatively if you have a Android / iOS App and want to open google directions through an intent, check the documentation for Google Maps Intents for Android or Google Maps URL Scheme for iOS respectively
Since Google Maps Geofences is deprecated, what could be the other alternative to mark the geofences on a google map and check if coordinates are inside or outside of fence?
Google Maps Geofence is now only available on Android implementations. If you want to, you can checkout the documentation on how you can implement it using Android.
Otherwise, I found this Google Maps Javascript implementation on github which uses polygons that acts like geofences. Maybe you can use this as a guide in building your application.
i want to add map cluster in my UIWebView using google map api but i dont want that whole map cluster library along with my Xcode project so is there any alternative to map cluster available with small library.
Check this v3 implementation of google map cluster
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/reference.html