Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metamediatechnology/longdo-map-sdk3-android
https://github.com/metamediatechnology/longdo-map-sdk3-android
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metamediatechnology/longdo-map-sdk3-android
- Owner: MetamediaTechnology
- Created: 2021-12-07T04:52:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T05:28:19.000Z (6 months ago)
- Last Synced: 2024-08-14T05:58:06.433Z (6 months ago)
- Language: Kotlin
- Size: 116 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Longdo Map API3 Android
--------Longdo Map API3 Demo for Android is a sample project of how to develop geoinformatics application on Android devices. The API3 use map resources from Longdo.COM services yet allow developers to use other map tile standards such as TMS, WMS, and WMTS. The API3 provides most must have features allow developers to show markers on the map with a few lines. It also includes exclusive services such as POI tags, traffic events, and traffic camera.
Installation
--------
settings.gradle
```
repositories {
maven { url 'https://maven.longdo.com/artifactory/libs-release-public' }
}
```app/build.gradle
```
dependencies {
api 'com.longdo.map:sdk3:1.3.0'
}
```How do I use Longdo Map API3?
-------------------
Check out the [documentation][1] for pages on a variety of topics, and see the [Longdo Map REST API][2].Bugs and feature requests
--------
Have a bug or a feature request? Please feel free to contact us at [[email protected]]([email protected]).Copyright and license
--------
Longdo Map API3 copyright 2012-2021 Metamedia Technology Co., Ltd. Demo code released under [Apache 2.0 license](https://github.com/MetamediaTechnology/longdo-map-demo-ios/blob/master/LICENSE).[1]: https://map.longdo.com/docs3/
[2]: http://api.longdo.com/map/doc/rest.php