File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
src/Fable.ReactGoogleMaps Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module Coordinates =
2020
2121
2222 // https://developers.google.com/maps/documentation/javascript/reference/coordinates#LatLngBounds
23-
23+
2424 type LatLngBounds =
2525 abstract member extend : LatLngBounds -> LatLngBounds
2626 abstract member extend : LatLng -> LatLngBounds
@@ -47,11 +47,11 @@ module Coordinates =
4747
4848module Places =
4949
50- type [<Pojo>] Geometry = {
50+ type Geometry = {
5151 location: Coordinates .LatLng
5252 }
5353
54- type [<Pojo>] Place = {
54+ type Place = {
5555 geometry: Geometry
5656 }
5757
@@ -131,7 +131,7 @@ module Props =
131131
132132 type IMapProperties =
133133 interface end
134-
134+
135135 // https://developers.google.com/maps/documentation/javascript/events#EventArguments
136136 type GoogleMapsMouseEvent =
137137 { latLng: Coordinates .LatLng }
Original file line number Diff line number Diff line change 1+ ### NEXT
2+
3+ * Update to Fable 2
4+
15### 0.4.3
26
37* Cleaning up map bounds
You can’t perform that action at this time.
0 commit comments