SetLocation constructor

SetLocation(
  1. {required Location location,
  2. int? extra,
  3. int? clientId}
)

Changes the location of the current user. Needs to be called if getOption("is_location_visible") is true and location changes for more than 1 kilometer

Returns Ok

Implementation

SetLocation