Closed dnsv closed 9 years ago
The mapSettings option is an override that allows you to set any Google Maps settings that you would normally use with Google Maps. You need to at least add zoom and the map type for it to work.
'mapSettings' : {
zoom : 12,
mapTypeId: google.maps.MapTypeId.ROADMAP
},
My bad. Thanks.
Added this to the index.html example.
Load page, type in "434", and the map is being loaded. Now type in "Minnetonka" and the map doesn't load.