mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add tests
This commit is contained in:
parent
17f1434526
commit
689ee644bb
@ -115,4 +115,28 @@ var icon: google.maps.Icon = {
|
||||
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: [],
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user