Update Google Maps definitions to v3.20

Fixes #4364.
This commit is contained in:
Chris Wrench
2015-07-06 13:15:14 +01:00
322 changed files with 260822 additions and 20945 deletions
+36 -1
View File
@@ -104,4 +104,39 @@ var removePropertyEvent: google.maps.Data.RemovePropertyEvent = {
feature: feature,
name: "test",
oldValue: {}
};
};
/***** Overlays *****/
var icon: google.maps.Icon = {
anchor: new google.maps.Point(16, 16),
origin: new google.maps.Point(0, 0),
scaledSize: new google.maps.Size(32, 32),
size: new google.maps.Size(32, 32),
url: "dummy"
};
/***** MapTypeStyle *****/
var mapTypeStyle: google.maps.MapTypeStyle ={
featureType: 'all',
};
var mapTypeStyle: google.maps.MapTypeStyle ={
featureType: 'administrative.country',
elementType: 'all',
stylers: [],
};
var mapTypeStyle: google.maps.MapTypeStyle ={
featureType: 'landscape.natural',
elementType: 'geometry',
stylers: [],
};
var mapTypeStyle: google.maps.MapTypeStyle ={
featureType: 'poi.school',
elementType: 'labels',
stylers: [],
};
+465 -267
View File
File diff suppressed because it is too large Load Diff