How to access Google Maps Maker in API V3?

I know in the V2 API, I can just use setMapType (G_MAPMAKER_HYBRID_MAP) to call Google Map Maker maps, but how do I get this in V3? I tried to look at the documentation, but they just looked at the main types of cards (ROADMAP, SATELLITE, HYBRID and TERRAIN).

thank

+3
source share
1 answer

The function is depreciated in V3. But a workaround that is not supported and not consistent with the Google Map Agreement is to take a look at this topic:

Google Map Maker V3 Support

+3
source

Source: https://habr.com/ru/post/1792284/


All Articles