public final class CLLocationCoordinate2D extends Object
| Constructor and Description |
|---|
CLLocationCoordinate2D(double latitude,
double longitude)
Constructs a CLLocationCoordinate2D object with the specified latitude
and longitude values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getLatitude() |
double |
getLongitude() |
int |
hashCode() |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
String |
toString() |
public CLLocationCoordinate2D(double latitude,
double longitude)
latitude - CLLocationCoordinate2D's latitude.longitude - CLLocationCoordinate2D's longitude.Copyright © 2020. All rights reserved.