Method | Description | |
---|---|---|
DrawMapRect ( MKMapRect mapRect, float zoomScale, CGContext context ) : void | ||
DrawPolygon ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : void | ||
PolygonOverlay ( List |
||
PolygonOverlay ( MKPolygon polygon ) : System | ||
polyPath ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : CGPath |
public DrawMapRect ( MKMapRect mapRect, float zoomScale, CGContext context ) : void | ||
mapRect | MKMapRect | |
zoomScale | float | |
context | CGContext | |
return | void |
public DrawPolygon ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : void | ||
polygon | MKPolygon | |
mapRect | MKMapRect | |
zoomScale | float | |
context | CGContext | |
return | void |
public PolygonOverlay ( List |
||
polygons | List |
|
return | System |
public PolygonOverlay ( MKPolygon polygon ) : System | ||
polygon | MKPolygon | |
return | System |
public polyPath ( MKPolygon polygon, MKMapRect mapRect, float zoomScale, CGContext context ) : CGPath | ||
polygon | MKPolygon | |
mapRect | MKMapRect | |
zoomScale | float | |
context | CGContext | |
return | CGPath |