getViewAnnotationOptions

abstract fun getViewAnnotationOptions(annotatedLayerFeature: AnnotatedLayerFeature): ViewAnnotationOptions?

Find ViewAnnotationOptions by annotated layer feature if it was specified as part of ViewAnnotationOptions.getAnnotatedFeature.

Return

ViewAnnotationOptions if view was found and NULL otherwise.


abstract fun getViewAnnotationOptions(view: View): ViewAnnotationOptions?

Get current ViewAnnotationOptions for given view.

Return

ViewAnnotationOptions if view was found and NULL otherwise.