Displaying 1 result from an estimated 1 matches for "getmaptypeid".
Did you mean:
getmaptype
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
...nt.toProprietary(this.api);
- if(options && options[''pan'']) {
+ if(options && options.pan) {
// TODO: Add provider code
}
else {
@@ -205,7 +207,7 @@
getMapType: function() {
var map = this.maps[this.api];
- var type = map.getMapTypeId()
+ var type = map.getMapTypeId();
switch(type) {
case google.maps.MapTypeId.ROADMAP:
return mxn.Mapstraction.ROAD;