Skip to content

Commit

Permalink
fix(googlemap): fix typoe googledesic to geodesic
Browse files Browse the repository at this point in the history
fixes #765
  • Loading branch information
ihadeed committed Nov 23, 2016
1 parent f07431a commit 78b3ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/googlemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 78b3ec5

Please sign in to comment.