public interface MKAnnotation
| Modifier and Type | Method and Description |
|---|---|
CLLocationCoordinate2D |
coordinate()
Center latitude and longitude of the annotation view.
|
default void |
setCoordinate(CLLocationCoordinate2D newCoordinate)
Called as a result of dragging an annotation view.
|
default java.lang.String |
subtitle() |
default java.lang.String |
title()
Title and subtitle for use by selection UI.
|
CLLocationCoordinate2D coordinate()
default void setCoordinate(CLLocationCoordinate2D newCoordinate)
default java.lang.String subtitle()
default java.lang.String title()