We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822b760 commit 7c38eaeCopy full SHA for 7c38eae
1 file changed
src/Providers/Maps/Google/Shape/Polygon.ts
@@ -18,7 +18,7 @@ namespace Provider.Maps.Google.Shape {
18
protected _createProvider(path: Array<OSFramework.Maps.OSStructures.OSMap.Coordinates>): google.maps.Polygon {
19
return new google.maps.Polygon({
20
map: this.map.provider,
21
- paths: path,
+ paths: path as google.maps.LatLngLiteral[],
22
...(this.getProviderConfig() as Configuration.Shape.IShapeProviderConfig),
23
});
24
}
0 commit comments