mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
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