All Projects → Esri → maps-app-dotnet

Esri / maps-app-dotnet

Licence: Apache-2.0 License
Your organization's suite of cross platform mapping apps built with the ArcGIS Runtime SDK for .NET

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to maps-app-dotnet

maps-app-ios
Your organisation's mapping app built with the Runtime SDK for iOS
Stars: ✭ 16 (-20%)
Mutual labels:  arcgis, runtime, geocoding, directions, open-source-app
Arcgis Appstudio Samples
Collection of samples available in AppStudio for ArcGIS desktop to learn and help build your next app.
Stars: ✭ 78 (+290%)
Mutual labels:  arcgis, runtime, native-development
data-collection-ios
Mobile data collection app using the iOS Runtime SDK.
Stars: ✭ 24 (+20%)
Mutual labels:  arcgis, runtime, open-source-app
Cityengine Sdk
CityEngine is a 3D city modeling software for urban design, visual effects, and VR/AR production. With its C++ SDK you can create plugins and standalone apps capable to execute CityEngine CGA procedural modeling rules.
Stars: ✭ 137 (+585%)
Mutual labels:  arcgis, native-development
Geo Golang
Go library to access geocoding and reverse geocoding APIs
Stars: ✭ 394 (+1870%)
Mutual labels:  arcgis, geocoding
Data Collection Dotnet
Data collection application built using the .NET Runtime SDK.
Stars: ✭ 17 (-15%)
Mutual labels:  arcgis, runtime
Arcgis Cookbook
Chef cookbooks for ArcGIS
Stars: ✭ 227 (+1035%)
Mutual labels:  arcgis, native-development
arcgis-runtime-demos-dotnet
Demo applications provided by the ArcGIS Runtime SDK for .NET Team
Stars: ✭ 51 (+155%)
Mutual labels:  xamarin, native-development
Mono
Mono open source ECMA CLI, C# and .NET implementation.
Stars: ✭ 9,606 (+47930%)
Mutual labels:  xamarin, runtime
Mobile Sdk
CARTO Mobile SDK core project
Stars: ✭ 116 (+480%)
Mutual labels:  xamarin, geocoding
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (+525%)
Mutual labels:  xamarin, native-development
geoservices-js
Deprecated - please consider using @esri/arcgis-rest-js
Stars: ✭ 53 (+165%)
Mutual labels:  arcgis, geocoding
Arcgis Pro Sdk
ArcGIS Pro SDK for Microsoft .NET is the new .NET SDK for the ArcGIS Pro Application.
Stars: ✭ 156 (+680%)
Mutual labels:  arcgis, native-development
Arcgis Runtime Samples Dotnet
Sample code for ArcGIS Runtime SDK for .NET – UWP, WPF, Xamarin.Android, Xamarin.iOS, and Xamarin.Forms
Stars: ✭ 274 (+1270%)
Mutual labels:  xamarin, native-development
google maps
🗺 An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (+100%)
Mutual labels:  geocoding, directions
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (+40%)
Mutual labels:  arcgis, geocoding
FSCalendar-Xamarin-iOS
Binding for FSCalendar
Stars: ✭ 35 (+75%)
Mutual labels:  xamarin
Arteries
A procedural modeling toolkit base on UE4 blueprint
Stars: ✭ 92 (+360%)
Mutual labels:  runtime
SimpleXamarinGraphQL
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
Stars: ✭ 18 (-10%)
Mutual labels:  xamarin
InteractiveAlert-Xamarin
Interactive alerts to Xamarin
Stars: ✭ 17 (-15%)
Mutual labels:  xamarin

Maps App .NET

The Maps App for .NET shows how a suite of applications can be built around the ArcGIS Platform using the ArcGIS Runtime SDK for .NET and a combination of WPF and the cross-platform framework Xamarin Forms. It demonstrates best practices around some simple but key functionality of the ArcGIS Runtime. You can use the Maps App as is, or extend it to meet your specific needs. Detailed documentation about the app and its architecture can be found on the developers website.


Features

  • Place Search
  • Geocode addresses
  • Reverse Geocode
  • Turn-by-turn Directions
  • Dynamically switch basemaps
  • Open Web Maps
  • Work with ArcGIS Online or an on-premise ArcGIS Portal
  • OAuth2 authentication

Detailed Documentation

Read the docs for a detailed explanation of the application, including its architecture and how it leverages the ArcGIS platform, as well as how you can begin using the app right away.

Get Started

This Maps App repo is a Visual Studio 2017 Project that can be directly cloned and imported into Visual Studio 2017 or higher.

Fork the repo

Fork the Maps App repo

Clone the repo

Once you have forked the repo, you can make a clone

Command line Git

Clone the Maps App cd into the maps-app-dotnet folder Make your changes and create a pull request

Configuring a Remote for a Fork

If you make changes in the fork and would like to sync those changes with the upstream repository, you must first configure the remote. This will be required when you have created local branches and would like to make a pull request to your upstream branch.

  1. In the Terminal (for Mac users) or command prompt (fow Windows and Linux users) type git remote -v to list the current configured remote repo for your fork.
  2. git remote add upstream https://github.com/Esri/maps-app-dotnet.git to specify new remote upstream repository that will be synced with the fork. You can type git remote -v to verify the new upstream.

If there are changes made in the Original repository, you can sync the fork to keep it updated with upstream repository.

  1. In the terminal, change the current working directory to your local project
  2. Type git fetch upstream to fetch the commits from the upstream repository
  3. git checkout master to checkout your fork's local master branch.
  4. git merge upstream/master to sync your local master' branch with upstream/master. Note: Your local changes will be retained and your fork's master branch will be in sync with the upstream repository.

Configure the app

Maps app uses authenticated ArcGIS Online services for routing and geocoding. You need to configure the app for OAuth authentication.

  1. Log in to developers.arcgis.com.
  2. Create a new application.
  3. After creating the application, navigate to the 'Authentication' tab and add a redirect URI. Any URI should work, but try to choose something unique to your app, like my-maps-app://auth. The default value in the app's code is https://developers.arcgis.com, so you can use that as an interim value while evaluating the app.
  4. While on the 'Authentication' tab, note the Client ID and the Redirect URI you specified.
  5. In Helpers\Configuration.cs within the MapsApp.Shared project, replace the default client ID and Redirect URI with the values noted earlier.

Requirements

Resources

Issues

Find a bug or want to request a new feature enhancement? Let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute. We do accept pull requests.

  1. Get involved
  2. Report issues
  3. Contribute code
  4. Improve documentation

MDTOC

Generation of this and other documents' table of contents in this repository was performed using the MDTOC package for Atom.

Licensing

Copyright 2019 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.

For information about licensing your deployed app, see License your app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].