Skip to content

Commit bfc3ff5

Browse files
committed
Linked to related projects in readme
1 parent 3c38c63 commit bfc3ff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ MapboxGeocoder.swift
55

66
MapboxGeocoder.swift makes it easy to connect your iOS or OS X application to the [Mapbox Geocoding API](https://www.mapbox.com/api-documentation/#geocoding). MapboxGeocoder.swift combines the power of the [Carmen](https://github.com/mapbox/carmen) geocoder with the simplicity of Core Location’s CLGeocoder API.
77

8+
MapboxGeocoder.swift pairs well with [MapboxDirections.swift](https://github.com/mapbox/MapboxDirections.swift), [MapboxStatic.swift](https://github.com/mapbox/MapboxStatic.swift), and the [Mapbox iOS SDK](https://www.mapbox.com/ios-sdk/) or [OS X SDK](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/osx).
9+
810
### Getting started
911

1012
Import `MapboxGeocoder.framework` into your project, then use `MBGeocoder` as a drop-in replacement for Apple's `CLGeocoder`.

0 commit comments

Comments
 (0)