We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom MapTypes - https://developers.google.com/maps/documentation/javascript/maptypes
MapTypes
There's a proof-of-concept on branch issue25 . The tricky bit is how to add Map Type buttons to the control panel:
issue25
Map Type
window[map_id + 'map'].setOptions({ mapTypeControlOptions: { mapTypeIds: ["image","satellite"]} });
Do we overwrite the "Map" one, or keep it? How do we let the user chose?
"Map"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add custom
MapTypes
- https://developers.google.com/maps/documentation/javascript/maptypesThere's a proof-of-concept on branch
issue25
. The tricky bit is how to addMap Type
buttons to the control panel:Do we overwrite the
"Map"
one, or keep it? How do we let the user chose?The text was updated successfully, but these errors were encountered: