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?
 
Top