HereSDKPointAnnotation

@interface HereSDKPointAnnotation : HereSDKShape

An annotation object tied to the specified point on the map.

  • Creates a new HereSDKPointAnnotation instance with the given coordinates.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithCoordinate:(CLLocationCoordinate2D)coordinate;

    Swift

    init(coordinate: CLLocationCoordinate2D)

    Parameters

    coordinate

    The origin coordinates of the display object.

    Return Value

    A new HereSDKPointAnnotation object.