fix(googlemap): fix typoe googledesic to geodesic

fixes #765
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;