Searched refs:mapTypes (Results 1 – 2 of 2) sorted by relevance
93 var mapTypes = map.mapTypes;97 for (var sType in mapTypes ) {98 …if (typeof map.mapTypes.get(sType) === 'object' && typeof map.mapTypes.get(sType).maxZoom === 'num…99 var mapTypeMaxZoom = map.mapTypes.get(sType).maxZoom;
209 type = mapTypes(name); in writeProjectDirectory()554 public static String mapTypes(String name) { in mapTypes() method in SampleCode