MRPlacemarkResult Class Reference

Inherits from NSObject
Conforms to MRDSearchResultDisplayable
Declared in MRPlacemarkResult.h

Overview

Wraps data about a placemark loaded from Meridian servers.

  placemark

The placemark that this result represents.

@property (nonatomic, nonnull, strong) MRPlacemark *placemark

Declared In

MRPlacemarkResult.h

  distance

The distance to this result’s placemark from the location that was used for the request.

@property (nonatomic, assign) CGFloat distance

Declared In

MRPlacemarkResult.h

  expectedTravelTime

The estimated time to travel to this result’s placemark from the location that was used for the request.

@property (nonatomic, assign) NSTimeInterval expectedTravelTime

Declared In

MRPlacemarkResult.h