AirMapView
AirMapView copied to clipboard
Supply permission callback
Descriptions:
Supply the permission callbacks.
- Supply the denied and neverAskAgain callback
- Supply
onCheckLocationPermissionResult, sinceonRequestPermissionsResultin NativeGoogleMapFragment and WebviewMapFragment won't be called whenrequestPermissions.
Test:
Tested with Sample app
Reviewers:
@felipecsl @gpeal @nwadams
Is this the fix for #112?
@felipecsl yes, it fixes the #112 and 1 other issue about permission: setMyLocationEnabled won't work immediately even after the permission is accepted.
Thank you for the comments, they are all very good, I will address them soon.
Comments addressed.
@felipecsl PTAL, thank you