/LocationInfo

LocationInfo is shared data object among other frameworks interconnected by handling a geoposition logic

Primary LanguageObjective-CMIT LicenseMIT

It was archived. Please write to me at kanstantsin.bucha@icloud.com in case any issues occur.

LocationInfo

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

QMLocationInfo * info = [QMLocationInfo locationInfoUsingSublocation: @""
                                        city: @""
                                        state: @""
                                        country: @""
                                        countryCode: @""
                                        location: nil];

[QMLocationInfoAppleConvertion locationInfoUsingPlacemark: [CLPlacemark new]];
[QMLocationInfoLuongConvertion locationInfoUsingAddress: [LMAddress new]];
[QMLocationAnnotation annotationUsing: info];

Requirements

Installation

LocationInfo is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LocationInfo'

Author

truebucha, truebucha@gmail.com

License

LocationInfo is available under the MIT license. See the LICENSE file for more info.