getMaxZoomAtLatLng method
Implementation
Future<MaxZoomResult> getMaxZoomAtLatLng(
LatLng? latlng, [
void Function(MaxZoomResult?)? callback,
]) =>
promiseToFuture(callMethod(this, 'getMaxZoomAtLatLng',
[latlng, callback == null ? null : allowInterop(callback)]));