Android Question Gmap Interest point text dimension

Sganga61

Member
Licensed User
Longtime User
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.

Any suggestion?
 

TILogistic

Expert
Licensed User
Longtime User
see:

 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
You can create a custom style by following these steps: https://www.b4x.com/android/forum/threads/how-to-use-the-night-in-style-google-maps.72936/#content

I'm not sure whether it supports changing the info window style.
At least legacy Json Styles does not allow it.


1777200861788.png
 
Last edited:
Upvote 0
Top