update

fun update(classID: Long, geoType: Form.GeoType): Boolean

Update all objects of the specified type in the specified classID. Use this method if you update an object (i.e. a POI) attributes to change it's style to immediately update it on the map.

Return

true if the update was successful, false otherwise

Parameters

classID

The class identifier of the objects.

geoType

The geometric type of the objects to update.

Throws