Skip to content

Commit

Permalink
fix(polyline): icon to icons
Browse files Browse the repository at this point in the history
Changes the typename from 'Icon' to 'Icons' according to the Google API.

fixes #948
  • Loading branch information
FrederikSchlemmer authored and sebholstein committed Jun 2, 2018
1 parent e3d552a commit fc042ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/services/google-maps-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export interface PolylineOptions {
draggable?: boolean;
editable?: boolean;
geodesic?: boolean;
icon?: Array<IconSequence>;
icons?: Array<IconSequence>;
map?: GoogleMap;
path?: Array<LatLng>|Array<LatLng|LatLngLiteral>;
strokeColor?: string;
Expand Down

0 comments on commit fc042ae

Please sign in to comment.