setViewPoint method
Implementation
void setViewPoint(AGMLViewPoint viewPoint) {
const method = '/setViewPoint';
try {
_channel.invokeMethod(method, viewPoint.toJson());
} on PlatformException catch (e) {
if(kDebugMode) print(e);
}
}
void setViewPoint(AGMLViewPoint viewPoint) {
const method = '/setViewPoint';
try {
_channel.invokeMethod(method, viewPoint.toJson());
} on PlatformException catch (e) {
if(kDebugMode) print(e);
}
}