Mike
Mike

Reputation: 35

Text Layer google-maps-api-3

I have been working with the Google Maps API V3 on a project for some time. I am using the polygon shapes to represent buildings on the map of my campus and now I'm looking for a solution to the issue of the shapes being underneath the text for the map. This includes building games in specific for my campus. I was wondering if there was a way to move the order in which they are displayed so that polygons go under the built in text layer for google maps, and if so, how I would achieve that.

Thanks in advanced,
Mike

Upvotes: 0

Views: 323

Answers (1)

Rick
Rick

Reputation: 1573

I don't think this is possible. Unless the map names are turned off via map options they appear to be a part of the tile image.

Edit: You could possibly do something like turn off the labels and use a library like infobox to make your own.

Upvotes: 1

Related Questions