-
public final class FeatureA data class representing a single feature, which combines a geometry, its style, and arbitrary properties.
This is a platform-agnostic representation of a feature to be rendered on a map.
-
-
Method Summary
Modifier and Type Method Description final GeometrygetGeometry()final StylegetStyle()final Map<String, Object>getProperties()
-