addLandmark

external fun addLandmark(value: Landmark, categoryId: Int = UncategorizedLandmarkCategId): Int

Add a landmark to the specified category in the landmark store.

Return

error code (GemError.NoError on success)

Parameters

value

The landmark to be added to the landmark store in the specified category.

categoryId

The ID of the category where the landmark will be added.