| Package | Description |
|---|---|
| crossmobile.ios.mapkit |
| Modifier and Type | Method and Description |
|---|---|
MKCoordinateRegion |
MKMapView.convertRect(CGRect rect,
UIView view)
Converts the specified rectangle of the given view to a map region.
|
MKCoordinateRegion |
MKMapView.region()
Returns the area that is currently displayed by the map view.
|
MKCoordinateRegion |
MKMapView.regionThatFits(MKCoordinateRegion region)
Adjust the given region so that it fits in the map view.
|
| Modifier and Type | Method and Description |
|---|---|
CGRect |
MKMapView.convertRegion(MKCoordinateRegion region,
UIView view)
Converts the specified region of this map to a rectangle in the specified
view.
|
MKCoordinateRegion |
MKMapView.regionThatFits(MKCoordinateRegion region)
Adjust the given region so that it fits in the map view.
|
void |
MKMapView.setRegion(MKCoordinateRegion region)
Set the area to be displayed by the map view.
|
void |
MKMapView.setRegion(MKCoordinateRegion region,
boolean animated)
Set the area to be displayed by the map view using animation or not.
|
Copyright © 2020. All rights reserved.