public final class MKCoordinateSpan extends Object
| Constructor and Description |
|---|
MKCoordinateSpan(double latitudeDelta,
double longitudeDelta)
Constructs a MKCoordinateSpan object with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitudeDelta() |
double |
getLongitudeDelta() |
void |
setLatitudeDelta(double latitudeDelta) |
void |
setLongitudeDelta(double longitudeDelta) |
public MKCoordinateSpan(double latitudeDelta,
double longitudeDelta)
latitudeDelta - The portion of the north to south distance that is
displayed on the map.longitudeDelta - The portion of the east to west distance that is
displayed on the map.Copyright © 2020. All rights reserved.