File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
src/Fable.ReactGoogleMaps Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <Version >0.2.2 </Version >
4+ <Version >0.3.0 </Version >
55 <TargetFramework >netstandard2.0</TargetFramework >
66 <GenerateDocumentationFile >true</GenerateDocumentationFile >
77 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -42,11 +42,14 @@ let myMap =
4242
4343Google Maps allows you to activate the traffic layer. The map component has a simple property for that:
4444
45- let myMap =
46- googleMap [
47- MapProperties.ApiKey googleMapApiKey
48- // ..
49- MapProperties.ShowTrafficLayer true ]
45+
46+ ``` fs
47+ let myMap =
48+ googleMap [
49+ MapProperties.ApiKey googleMapApiKey
50+ // ..
51+ MapProperties.ShowTrafficLayer true ]
52+ ```
5053
5154## Markers
5255
You can’t perform that action at this time.
0 commit comments