mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
@@ -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: [],
|
||||
};
|
||||
|
||||
Vendored
+465
-267
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user