I have a custom tile layer and map type. Everything is working fine till I try to load markers using a GGeoXml source. The markers do now show unless I have a normal map type displaying (map, satellite ...). If I have a normal map layer and switch to my custom layer the markers show but this is not what I want.
Does anyone know why makers would not show when I only load my map type? Does a map type need to have the markers defined and if so how do I do that? // Does not show markers map.setCenter(new GLatLng(0,0), 11, mapType); // Does show markers map.setCenter(new GLatLng(0,0), 11); -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
