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 87a6035 commit d9a9ee9Copy full SHA for d9a9ee9
src/Fable.ReactGoogleMaps/README.md
@@ -32,6 +32,16 @@ and in your F# code you can create the map like this:
32
MapProperties.DefaultCenter defaultCenter
33
MapProperties.Center defaultCenter ]
34
35
+## Traffic Layer
36
+
37
+Google Maps allows you to activate the traffic layer. The map component has a simple property for that:
38
39
+ let myMap =
40
+ googleMap [
41
+ MapProperties.ApiKey googleMapApiKey
42
+ // ..
43
+ MapProperties.ShowTrafficLayer true ]
44
45
## Markers
46
47
If you want to show markers on the map then you can create them like this:
0 commit comments