delete_location()
  • 1 Minute to read

delete_location()


Article summary

delete_location()

Permanently deletes a saved location.

Reference

Arguments

ArgumentsTypeDefault value
map_namestrThe requested map. If map_name is empty the current map will assumed.
location_namestrThe requested location on the map.

Return

True if the whole function finished with no errors and the location was deleted.

Exceptions

ExceptionCondition
RayaNavNotLocatedThe robot is not located on the map.
RayaNavZonesNotFoundNo locations found on the map.
RayaNavUnkownErrorAn unknown error occurs.
See the complete list of Raya Exceptions.

Was this article helpful?

What's Next