EntryPoint
The Point Of Interest entry point.
Parameters
The type(s) of the entry point. This set classifies the primary intended usage of the provided position. It must not be empty.
Valid values and intended semantics:
setOf(EntryPointType.Geocoding())\- denotes the postal address location of the feature; used primarily for geocoding and reverse-geocoding, typically matching the feature's address street.setOf(EntryPointType.Routing())\- denotes a location on a navigable road or a real-world entrance; suitable for use as a start/destination in routing/navigation.setOf(EntryPointType.Geocoding(), EntryPointType.Routing())\- a single point represents both address and navigable access. When both are present, navigation should preferRouting.
Integrator guidance:
Treat these values as semantic hints only; do not rely on additional geometry or metadata.
Throws
when entryPointType is an empty set.