Class EntryPoint

java.lang.Object
com.azure.maps.search.models.EntryPoint

public final class EntryPoint extends Object
The entry point for the POI being returned.
  • Constructor Details

    • EntryPoint

      public EntryPoint()
  • Method Details

    • getType

      public EntryPointType 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.