2
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-02 07:02:53 +08:00

fix(googlemap): fix typoe googledesic to geodesic

fixes 
This commit is contained in:
Ibby Hadeed 2016-11-23 08:55:49 -05:00
parent f07431a14c
commit 78b3ec5b1f

View File

@ -656,7 +656,7 @@ export class GoogleMapsCircle {
export interface GoogleMapsPolylineOptions {
points?: Array<GoogleMapsLatLng>;
visible?: boolean;
googledesic?: boolean;
geodesic?: boolean;
color?: string;
width?: number;
zIndex?: number;