I display polylines using KML layer on top of a google map.
These polylines represent streets, but I need to show them using KML because of application needs.
The problem is that when KML features are drawn on top of streets already in Google Maps, the street names get obscured as KML lines draw on top of them.
I would like Google maps to draw its street labels on top of polylines drawn from my KML file.
Can I control draw priority of google maps' own street labels?
I have tried to include names of polylines in the KML using Name sibling in each Placemark section but no matter what I do, names from KML do not show up in the Google maps either.
I am using API v3.