[3.x] Annotation - MetamediaTechnology/longdo-map-demo-ios GitHub Wiki

LMPinAnnotation

Set of data return from searchdata callback.

@property (nonatomic, strong) NSString *poiid;

Description

      Unique identifier of Longdo Map's point of interest.


@property (nonatomic, strong) NSString *name;

Description

      Name of Longdo Map's point of interest.


@property (nonatomic, strong) NSString *address;

Description

      Address of Longdo Map's point of interest.


@property (nonatomic, assign) CLLocationCoordinate2D coordinate;

Description

      Coordinate of Longdo Map's point of interest.


@property (nonatomic, strong) NSString *type;

Description

      Type of Longdo Map's point of interest.


LMTagAnnotation

Annotation of Longdo Tag Object.

@property (strong, nonatomic) NSString *name;

Description

      Name of Longdo Map's point of interest.


@property (strong, nonatomic) NSString *poiid;

Description

      Unique identifier of Longdo Map's point of interest.


@property (strong, nonatomic) NSString *type;

Description

      Type of Longdo Map's point of interest.


@property (nonatomic, assign) NSInteger zoom;

Description

      Zoom of map which tag need to appeared.


@property (nonatomic, assign) CLLocationCoordinate2D coordinate;

Description

      Coordinate of Longdo Map's point of interest.


LMEventAnnotation

Annotation of Event Object.

@property (strong, nonatomic) NSString *eventId;

Description

      Unique identifier of Longdo Map's event.


@property (strong, nonatomic) NSString *eventTitle;

Description

      Title of Longdo Map's event.


@property (strong, nonatomic) NSString *eventDescription;

Description

      Description of Longdo Map's event.


@property (strong, nonatomic) NSString *iconName;

Description

      Icon name of Longdo Map's event.


@property (strong, nonatomic) NSDate *start;

Description

      Start time of Longdo Map's event.


@property (strong, nonatomic) NSDate *stop;

Description

      Finish time of Longdo Map's event.


@property (strong, nonatomic) NSString *contributor;

Description

      Contributor name of Longdo Map's event.


@property (nonatomic, assign) LMEventType type;

Description

      Type of Longdo Map's event.


@property (nonatomic, assign) CLLocationCoordinate2D coordinate;

Description

      Coordinate of Longdo Map's event.


LMCameraAnnotation

Annotation of Camera Object.

@property (strong, nonatomic) NSString *cameraId;

Description

      Unique identifier of Longdo Map's camera.


@property (strong, nonatomic) NSString *cameraTitle;

Description

      Title of Longdo Map's camera.


@property (strong, nonatomic) NSDate *lastUpdate;

Description

      Last update time of Longdo Map's camera.


@property (strong, nonatomic) NSString *organization;

Description

      Owner of Longdo Map's camera.


@property (strong, nonatomic) NSString *sponsorText;

Description

      Sponsor text of Longdo Map's camera.


@property (nonatomic, strong) NSURL *sponsorImageURL;

Description

      Sponsor image URL of Longdo Map's camera.


@property (nonatomic, assign) NSURL *url;

Description

      VDO URL of Longdo Map's camera.


@property (nonatomic, assign) LMCameraFormat format;

Description

      format of Longdo Map's camera.


@property (nonatomic, assign) CLLocationCoordinate2D coordinate;

Description

      Coordinate of Longdo Map's camera.


LMCameraFormat

  • GIF
  • MJPEG
  • M3U8

LMAQIAnnotation

Annotation of AQI Object.

@property (nonatomic, strong) NSString *name;

Description

      AQI station name.


@property (nonatomic, assign) NSString *aqiValue;

Description

      PM2.5 value.


@property (nonatomic, strong) NSString *aqiId;

Description

      Unique identifier of annotation.


@property (nonatomic, strong) NSDate *lastUpdate;

Description

      Last updated time of AQI data.


@property (nonatomic, strong) UIColor *fontColor;

Description

      Font color of annotation.


@property (nonatomic, strong) UIColor *bgColor;

Description

      Background color of annotation.


@property (nonatomic, strong) NSString *statusText;

Description

      String of AQI status.


@property (nonatomic, strong) NSURL *iconStatus;

Description

      Icon URL for annotation.


@property (nonatomic, strong) NSURL *iconMarker;

Description

      Background URL for annotation.