LocationInfo 1.1.4

LocationInfo 1.1.4

Maintained by Kanstantsin Bucha.



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, [email protected]

License

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