| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
Coordinates.clone() |
Coordinates |
GeoProximityLocation.getCoordinates()
Contains the longitude and latitude for a geographic region.
|
Coordinates |
Coordinates.withLatitude(String latitude)
Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).
|
Coordinates |
Coordinates.withLongitude(String longitude)
Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoProximityLocation.setCoordinates(Coordinates coordinates)
Contains the longitude and latitude for a geographic region.
|
GeoProximityLocation |
GeoProximityLocation.withCoordinates(Coordinates coordinates)
Contains the longitude and latitude for a geographic region.
|
Copyright © 2024. All rights reserved.