-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from nCastle1/ncastle/link-fix
Fix doc links for GitHub
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
### Table of Contents | ||
|
||
* [Augmented reality (AR)](AR/readme) - Integrates the scene view with ARKit to enable augmented reality (AR). | ||
* [Bookmarks](Bookmarks/readme) - Shows bookmarks, from a map, scene, or a list. | ||
* [Compass](Compass/readme) - Shows a compass direction when the map is rotated. Auto-hides when the map points north up. | ||
* [JobManager](JobManager/readme) - Suspends and resumes ArcGIS Runtime tasks when the app is background, terminated, and relaunched. | ||
* [LegendViewController](LegendViewController/readme) - Displays a legend for all the layers in a map or scene contained in an `AGSGeoView`. | ||
* [MeasureToolbar](MeasureToolbar/readme) - Allows measurement of distances and areas on the map view. | ||
* [PopupController](PopupController/readme) - Display details and media, edit attributes, geometry and related records, and manage the attachments of features and graphics (popups are defined in the popup property of features and graphics). | ||
* [Scalebar](Scalebar/readme) - Displays current scale reference. | ||
* [TemplatePickerViewController](TemplatePicker/readme) - Allows a user to choose a template from a list of `AGSFeatureTemplate` when creating new features. | ||
* [TimeSlider](TimeSlider/readme) - Allows interactively defining a temporal range (i.e. time extent) and animating time moving forward or backward. Can be used to manipulate the time extent in a MapView or SceneView. | ||
* [Augmented reality (AR)](AR) - Integrates the scene view with ARKit to enable augmented reality (AR). | ||
* [Bookmarks](Bookmarks) - Shows bookmarks, from a map, scene, or a list. | ||
* [Compass](Compass) - Shows a compass direction when the map is rotated. Auto-hides when the map points north up. | ||
* [JobManager](JobManager) - Suspends and resumes ArcGIS Runtime tasks when the app is background, terminated, and relaunched. | ||
* [LegendViewController](LegendViewController) - Displays a legend for all the layers in a map or scene contained in an `AGSGeoView`. | ||
* [MeasureToolbar](MeasureToolbar) - Allows measurement of distances and areas on the map view. | ||
* [PopupController](PopupController) - Display details and media, edit attributes, geometry and related records, and manage the attachments of features and graphics (popups are defined in the popup property of features and graphics). | ||
* [Scalebar](Scalebar) - Displays current scale reference. | ||
* [TemplatePickerViewController](TemplatePicker) - Allows a user to choose a template from a list of `AGSFeatureTemplate` when creating new features. | ||
* [TimeSlider](TimeSlider) - Allows interactively defining a temporal range (i.e. time extent) and animating time moving forward or backward. Can be used to manipulate the time extent in a MapView or SceneView. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters