getCameraPosition method
Gets the current position of the camera.
Implementation
Future<CameraPosition> getCameraPosition() async {
return GoogleMapsNavigationPlatform.instance.autoAPI.getCameraPosition();
}
Gets the current position of the camera.
Future<CameraPosition> getCameraPosition() async {
return GoogleMapsNavigationPlatform.instance.autoAPI.getCameraPosition();
}