setLocationId abstract method

void setLocationId(
  1. int locationId
)

@brief Method is used for setting current location, which will be downloaded from server or from storage, if it was downloaded before. Result will be handled by @see LocationListener "LocationListener" @param locationId location id from CMS

Dart code snippet: @snippet location_manager_example.dart dart_LocationManager_setLocationId

Implementation

void setLocationId(int locationId);