Interface MKAnnotation

    • Method Detail

      • coordinate

        CLLocationCoordinate2D coordinate()
        Center latitude and longitude of the annotation view. The implementation of this property must be KVO compliant.
      • setCoordinate

        default void setCoordinate​(CLLocationCoordinate2D newCoordinate)
        Called as a result of dragging an annotation view.
      • subtitle

        default java.lang.String subtitle()
      • title

        default java.lang.String title()
        Title and subtitle for use by selection UI.