Skip to content

A simple iOS library to choose between installed map Apps.

License

Notifications You must be signed in to change notification settings

OpenCraft/MapChoices

Repository files navigation

MapChoices

Version License Platform

Example

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

Requirements

On iOS 9.0 and later, you need to add the following schemes to your Info.plist

<key>LSApplicationQueriesSchemes</key>
	<array>
		<string>waze</string>
		<string>comgooglemaps</string>
	</array>

Installation

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

pod "MapChoices"

Author

Cleber, cleber.neto@ilegra.com

License

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