GoogleMapsExtras is an ongoing project to implement more of the Google Maps Android v2 classes in Basic4Android. Currently the library allows you to create these objects: BitmapDescriptor BitmapDescriptorFactory Circle CircleOptions GroundOverlay InfoWindowAdapter MarkerOptions Point...
If you are using B4A v5.80+ then please follow this tutorial: https://www.b4x.com/android/forum/threads/google-maps.63930/#post-404386 GoogleMaps library requires v2.50 or above. GoogleMaps library allows you to add Google maps to your application. This library requires Android 3+ and will...
My project monitors the geo positioning of users. In many situations, depending on the zoom level, these users can be clustered together.
My difficulty was exactly in knowing if the calculated map scale was based on the correct zoom level. Using the proposed solution, I can now calculate the map scale more accurately, before defining which users are actually grouped.