Hello, I’m testing the version of ‘free’ to evaluate whether to purchase the ‘pro’.
Should I customize a map and do not really know javascript.
However, I saw that the ‘Basic Map Types’:
MapTypeId.ROADMAP
displays the default road map view
MapTypeId.SATELLITE
displays Google Earth satellite images
MapTypeId.HYBRID
displays a mixture of normal and satellite views
MapTypeId.TERRAIN
displays a physical map based on terrain information
I’ve edited the files needed to activate the new custom map, which I have developed and tested the code in api-google-map-v3.
I have two solutions:
#1
I added:
} Else if (mapType == "sky". ToUpperCase ()) {
mapType = MYMAPCODE;
and instead of MYMAPCODE I do not know how to enter my code.
#2
Modifying the Map Type Registry
I think it is more complex as a solution.
thanks, bye