CoordinateAnnotationViewHolder

abstract class CoordinateAnnotationViewHolder(val view: View)

A wrapper class around a view which is used as the view for an annotation.

It contains a viewType property which is used if an annotation layer wants to display different views for different annotations

Since

0.0.86

Constructors

Link copied to clipboard
constructor(view: View)

Properties

Link copied to clipboard
val view: View