HereSDKShape

@interface HereSDKShape : NSObject <HereSDKAnnotation>

Class that defines the basic properties for all shape-based objects.

  • The coordinate point of the annotation.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) CLLocationCoordinate2D coordinate;

    Swift

    var coordinate: CLLocationCoordinate2D { get set }