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 0396742 commit f24509eCopy full SHA for f24509e
src/Fable.ReactGoogleMaps/README.md
@@ -26,7 +26,7 @@ In your css add the following:
26
and in your F# code you can create the map like this:
27
28
```fs
29
-let defaultCenter:Position = { lat = 40.6892494 ; lng = -74.0445004 }
+let defaultCenter:Position = Coordinates.newPos 40.6892494 -74.0445004
30
31
let myMap =
32
googleMap [
0 commit comments