I am currently writing an android application and I would like to add some new labels to the buildings. I have successfully add text on top of the buildings by using marks with custom icon/bitmap detailed in here:
android Maps API v2 with custom markers
However, is there a way to make the text looks as similar as the ones google has? (i.e. white trim with grey color)
I am able to set the color gray with setColor(Color.GRAY)
but am unable to replicate the white trim around the words.
Any help will be very much appreciated!