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 0a971fe commit 7b51342Copy full SHA for 7b51342
.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