We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8fd4c commit da1affcCopy full SHA for da1affc
src/Fable.ReactGoogleMaps/README.md
@@ -75,7 +75,7 @@ let markers =
75
|> Array.map (fun location ->
76
marker [
77
MarkerProperties.Key location.ID
78
- MarkerProperties.Position (Coordinates.newPos location.X location.Y)
+ MarkerProperties.Position !^ (Fable.Helpers.GoogleMaps.Literal.createLatLng location.X location.Y)
79
MarkerProperties.Icon (sprintf "Images/markers/%s.png" location.Color)
80
MarkerProperties.Title location.Title] []))
81
0 commit comments