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.
2 parents 0a971fe + 7b51342 commit 9f3e70cCopy full SHA for 9f3e70c
.github/docs/Maps.md
@@ -502,7 +502,7 @@ See usage above with empty event handler.
502
private byte _jsMapZoomLevel = 10;
503
private int _jsMapWidth = 450;
504
private int _jsMapHeight = 250;
505
- private bool _jsMapCenterCurrentLocation = true; //Overrides Center. Async operation which micht fail with Location services
+ private bool _jsMapCenterCurrentLocation = true; //Overrides Center. Async operation which might fail with Location services
506
private GoogleMapTypes _jsMapType = GoogleMapTypes.Roadmap;
507
private byte _jsTilt = 0;
508
private int _jsHeading = 0;
0 commit comments