Reputation: 5166
Given that googlemap markers can be customized, is it possible to customize the markers' titles as well?
I mean to change the appearance of the marker title, instead of just displaying some plain old text in it using marker.setTitle().
Upvotes: 0
Views: 1631
Reputation: 5498
I think you'll need to make a custom info window: https://developers.google.com/maps/documentation/android/infowindows#custom_info_windows
Upvotes: 3