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 72117ef commit 6192ddfCopy full SHA for 6192ddf
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 = Coordinates.newPos 40.6892494 -74.0445004
+let defaultCenter:Position = Fable.Helpers.GoogleMaps.Literal.createLatLng 40.6892494 -74.0445004
30
31
let myMap =
32
googleMap [
0 commit comments