|
MapQuest Map SDK for iOS
1.1
Deploy maps and map functions natively in iOS applications for the iPhone and iPad
|
The view for an MQCircle type of overlay. More...
Instance Methods | |
| (id) | - initWithCircle: |
Instance Methods inherited from MQOverlayPathView | |
| (void) | - applyFillPropertiesToContext:atZoomScale: |
| (void) | - applyStrokePropertiesToContext:atZoomScale: |
| (void) | - createPath |
| (void) | - fillPath:inContext: |
| (void) | - invalidatePath |
| Invalidate path. | |
| (void) | - strokePath:inContext: |
Instance Methods inherited from MQOverlayView | |
| (BOOL) | - canDrawMapRect:zoomScale: |
| (void) | - drawMapRect:zoomScale:inContext: |
| (id) | - initWithOverlay: |
| (MQMapPoint) | - mapPointForPoint: |
| (MQMapRect) | - mapRectForRect: |
| (CGPoint) | - pointForMapPoint: |
| (CGRect) | - rectForMapRect: |
| (void) | - setNeedsDisplayInMapRect: |
| (void) | - setNeedsDisplayInMapRect:zoomScale: |
| (MQMapView *) | - mapViewForView: |
| (double) | - scale |
Properties | |
| MQCircle * | circle |
| Circle object to represent. | |
Properties inherited from MQOverlayPathView | |
| UIColor * | fillColor |
| Fill color to be used in filling a path. If fillColor is not set, the path will not be filled. | |
| CGLineCap | lineCap |
| Line cap style to be used when stroking a path. | |
| NSArray * | lineDashPattern |
| CGFloat | lineDashPhase |
| Line dash phase used while stroking a path. | |
| CGLineJoin | lineJoin |
| Line join style used while stroking a path. | |
| CGFloat | lineWidth |
| Line width used while stroking a path. | |
| CGFloat | miterLimit |
| Miter limit used while stroking a path. | |
| CGPathRef | path |
| The path to be stroked and/or filled. If this is nil, createPath will be called to set it. | |
| UIColor * | strokeColor |
| Stroke color to be used while stroking a path. If strokeColor is not set, the path will not be stroked. | |
Properties inherited from MQOverlayView | |
| id< MQOverlay > | overlay |
| The overlay attached to this overlay view. | |
The view for an MQCircle type of overlay.
| - (id) initWithCircle: | (MQCircle *) | circle |
Init view with a circle object
| circle | The circle overlay to draw |
1.8.2