Release On: 2019-09-13
CHANGES
- #248 [NEW] Added
dataFrequency
property to theLocationRequest
object which allows to filtercontinous
subscription data by time/distance constraints. - #261 [NEW] Added support for Swift Package Manager (Swift 5.x).
- #262 [FIX]
place_id
is now parsed correctly asidentifier
property of thePlace
instance both for OpenStreetMap and GoogleMaps requests. - #262 [FIX]
rawData
property of thePlace
allows you to access to the raw data returned from 3rd party services. - #263 [FIX]
GeocoderRequest.Options
initializer is now accessible.