Merge pull request #7834 from JosuaMeier/master

Fix Typo in google.maps.d.ts
This commit is contained in:
Masahiro Wakame
2016-01-29 14:02:40 +09:00
+1 -1
View File
@@ -353,7 +353,7 @@ declare module google.maps {
setDraggable(flag: boolean): void;
setIcon(icon: string|Icon|Symbol): void;
setMap(map: Map|StreetViewPanorama): void;
getOpacity(opacity: number): void;
setOpacity(opacity: number): void;
setOptions(options: MarkerOptions): void;
setPlace(place: Place): void;
setPosition(latlng: LatLng|LatLngLiteral): void;