update View Annotation
abstract fun updateViewAnnotation(view: View, options: ViewAnnotationOptions): Boolean
Content copied to clipboard
Update given view annotation view with ViewAnnotationOptions. Important thing to keep in mind that only properties present in options will be updated, all other will remain the same as specified before.
Return
true if view was updated and false if view was not found on the map.