adzerk / adzerk-ios-sdk

Access Adzerk's ad serving APIs via iOS
https://www.adzerk.com
Other
9 stars 5 forks source link

Matched points in response #31

Closed subdigital closed 3 years ago

subdigital commented 3 years ago

Resolves #24

Provides an optional .matchedPoints array of GeoPoint values. CLLocationCoordinate was considered, but went with a custom type to avoid linking CoreLocation just for one value type.

GeoPoint parses the string lat/lon and converts them to Double values for easier usage downstream.

subdigital commented 3 years ago

Dependent on #25