Interface GeoLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GeoLocation.Builder,GeoLocation>, SdkBuilder<GeoLocation.Builder,GeoLocation>, SdkPojo
Enclosing class:
GeoLocation

public static interface GeoLocation.Builder extends SdkPojo, CopyableBuilder<GeoLocation.Builder,GeoLocation>
  • Method Details

    • lon

      The longitude of the location.

      Parameters:
      lon - The longitude of the location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lat

      The latitude of the location.

      Parameters:
      lat - The latitude of the location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.