Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ Read the following documentation and clone down the appropriate language into yo

## Documentation

####What is the Navigator for ArcGIS URL scheme?
####Navigator URL scheme overview

A URL scheme allows you to launch a native app from another app, website, or email. You can set options in the URL that will be passed to the app you want to open, causing it to perform specific functions, such as searching for destinations, calculating routes to one or more stops, and navigating. This capability is available on the iOS and Android platforms.

####Basic URL scheme structure
####Basic Navigator URL scheme structure

All Navigator URL schemes start with the identifier `arcgis-navigator` and can contain additional parameters that follow the form:

`
arcgis-navigator://?parameter=value&parameter=value
`

The rest of this topic describes the various parameters Navigator currently supports.
The remainder of this topic describes the various parameters Navigator currently supports.

####Display directions to a single location

Expand Down Expand Up @@ -163,9 +163,6 @@ If an error is encountered when processing a URL scheme, the user will receive a

* [Navigator for ArcGIS documentation](http://doc.arcgis.com/en/navigator/)
* [Collector for ArcGIS integration repository](http://developers.arcgis.com)

Not Esri's doc but still pretty dang useful :-)

* [Apple's guide to custom URL schemes](https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007899)
* [Google's guide to intents and intent filters](https://developer.android.com/guide/components/intents-filters.html)

Expand Down