Hello everyone,
I'm trying to change the font and size of the text that appears when you tap a point of interest on the map.
For now, I'm setting them with gmap.addmarker3(lat,lon,descricption, image) but the text sometime is more larger than screen width.
This is an example of how you can customize a Map. Through the B4XCanvas functions it is possible to create the map with photos, text, etc. The classes used are MapScale + GoogleMapsExtra (https://www.b4x.com/android/forum/threads/class-googlemapsextra.56871/) The following code is an example...
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...