Package com.azure.maps.search.models
Class EntryPoint
java.lang.Object
com.azure.maps.search.models.EntryPoint
The entry point for the POI being returned.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.models.GeoPosition
Get the position property: A location represented as a latitude and longitude using short names 'lat' & 'lon'.getType()
Get the type property: The type of entry point.
-
Constructor Details
-
EntryPoint
public EntryPoint()
-
-
Method Details
-
getType
Get the type property: The type of entry point. Value can be either _main_ or _minor_.- Returns:
- the type value.
-
getPosition
public com.azure.core.models.GeoPosition getPosition()Get the position property: A location represented as a latitude and longitude using short names 'lat' & 'lon'.- Returns:
- the position value.
-