public final class MKMapRect extends Object
Modifier and Type | Field and Description |
---|---|
MKMapPoint |
origin
The starting point the rectangular area.
|
MKMapSize |
size
The size of the rectangular area.
|
Constructor and Description |
---|
MKMapRect(double x,
double y,
double width,
double height)
Constructs a MKMapRect object with the specified parameters values.
|
public MKMapPoint origin
public MKMapSize size
public MKMapRect(double x, double y, double width, double height)
x
- The x-coordinate of the rectangular area.y
- The y-coordinate of the rectangular area.width
- The width of the rectangular area.height
- The height of the rectangular area.Copyright © 2018. All rights reserved.