sdk-common / com.tomtom.online.sdk.common.geojson / Feature / <init>

<init>

Feature()

Empty constructor for the Feature.

Feature(properties: Optional<Properties!>!, geometry: Optional<Geometry!>!, id: Optional<String!>!)

Default constructor for the Feature object.

Parameters

properties - Optional<Properties!>!: The Properties describing this feature.

geometry - Optional<Geometry!>!: The Geometry describing this feature.

id - Optional<String!>!: A commonly used identifier.