updateLocation method
- ArcGISLocation location
Updates the position of the current location.
Parameters:
location
— The ArcGISLocation, a location object.
Implementation
void updateLocation(
ArcGISLocation location,
) {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_LocationDataSource_updateLocation(
_handle,
location._handle,
errorHandler,
);
});
}