mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #7834 from JosuaMeier/master
Fix Typo in google.maps.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user