nearby-android

ArcGIS Android app to find places nearby and route to the nearest location.

Github星跟蹤圖

Nearby-Places Android

This repo provides an example app called Nearby Places for Android devices built with the ArcGIS Runtime SDK for Android. With some minor customization, you can change the types of places displayed or simply use the app as is.

Visit Esri's example app site to read more about this app and how the Runtime features are implemented.
Join our GeoNet community and keep up to date on the latest discussions about example-apps!

Features

  • Geocoding with categories
  • Device location
  • Calculating bearing and distance

Development Instructions

This Nearby-Places repo is an Android Studio Project and App Module that can be directly cloned and imported into Android Studio.

Fork the repo

Fork the Nearby Places Android repo.

Clone the repo

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

Command line Git

  1. Clone the Nearby Places repo
  2. cd into the nearby-android folder
  3. 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/nearby-android.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.

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

Licensing

Copyright 2017 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

http://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.

[](Esri Tags: ArcGIS Android Mobile)
[](Esri Language: Java)​

主要指標

概覽
名稱與所有者Esri/nearby-android
主編程語言Java
編程語言Java (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2016-07-21 20:50:43
推送於2024-04-19 07:41:22
最后一次提交
發布數12
最新版本名稱1.0.11 (發布於 )
第一版名稱v1.0 (發布於 2017-01-05 20:14:17)
用户参与
星數62
關注者數25
派生數130
提交數246
已啟用問題?
問題數45
打開的問題數9
拉請求數52
打開的拉請求數1
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?