SoulRayder
SoulRayder

Reputation: 5166

Customizing marker titles in google maps in Android

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

Answers (1)

nasch
nasch

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

Related Questions