Interface AccessPoint.Builder

  • Method Details

    • position

      AccessPoint.Builder position(Collection<Double> position)

      The position in World Geodetic System (WGS 84) format: [longitude, latitude].

      Parameters:
      position - The position in World Geodetic System (WGS 84) format: [longitude, latitude].
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      AccessPoint.Builder position(Double... position)

      The position in World Geodetic System (WGS 84) format: [longitude, latitude].

      Parameters:
      position - The position in World Geodetic System (WGS 84) format: [longitude, latitude].
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of access point, indicating its intended use. Only applies to results of type place.

      Parameters:
      type - The type of access point, indicating its intended use. Only applies to results of type place.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of access point, indicating its intended use. Only applies to results of type place.

      Parameters:
      type - The type of access point, indicating its intended use. Only applies to results of type place.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • primary

      AccessPoint.Builder primary(Boolean primary)

      Set to true for the primary access position when the place has more than one access point.

      Parameters:
      primary - Set to true for the primary access position when the place has more than one access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • label

      A short textual description of the access point, such as "North Entrance".

      Parameters:
      label - A short textual description of the access point, such as "North Entrance".
      Returns:
      Returns a reference to this object so that method calls can be chained together.