Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit fc042ae

Browse files
FrederikSchlemmersebholstein
authored andcommitted
fix(polyline): icon to icons
Changes the typename from 'Icon' to 'Icons' according to the Google API. fixes #948
1 parent e3d552a commit fc042ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/services/google-maps-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export interface PolylineOptions {
251251
draggable?: boolean;
252252
editable?: boolean;
253253
geodesic?: boolean;
254-
icon?: Array<IconSequence>;
254+
icons?: Array<IconSequence>;
255255
map?: GoogleMap;
256256
path?: Array<LatLng>|Array<LatLng|LatLngLiteral>;
257257
strokeColor?: string;

0 commit comments

Comments
 (0)