I am using the Google Maps javascript API v3 with a project, and I am currently having troubles getting the maplabels to appear above the polygons. I know that the polygons are z-indexed with respect to only themselves (Not able to use the z-index of a maplabel to place the maplabel above it). I was wondering if there was some hack to get around this issue. I am also using the info Window library for the api, and I need the labels to appear above the polygons, but below the info window.
Share
NOTE: Fusion Tables was shut down on December 3, 2019, Google Maps Javascript API version 3.37 is the last version that supported Fusion Tables
Are you trying to do something like this:
http://www.geocodezip.com/geoxml3_test/v3_FusionTables_zipcode_map.html
Uses infoBox for map labels which appear on top of the FusionTablesLayer Polygon.
With a white background on the label:
http://www.geocodezip.com/geoxml3_test/v3_FusionTables_zipcode_map_whiteBg.html
code snippet: