public interface MKOverlay extends MKAnnotation
| Modifier and Type | Method and Description |
|---|---|
MKMapRect |
boundingMapRect()
Returns the rectangle that encloses the overlay.
|
default boolean |
canReplaceMapContent()
Provide if this overlay can replace the content of the underlying map
|
default boolean |
intersectsMapRect(MKMapRect mapRect)
Returns a Boolean that shows whether the given rectangle intersects the
receiver.
|
coordinate, setCoordinate, subtitle, titleMKMapRect boundingMapRect()
default boolean intersectsMapRect(MKMapRect mapRect)
mapRect - The rectangle that is checked for intersection.default boolean canReplaceMapContent()
Copyright © 2020. All rights reserved.