Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoando/directionsapikotlinsample
kotlin sample for Directions Api
https://github.com/leoando/directionsapikotlinsample
android google-maps
Last synced: about 19 hours ago
JSON representation
kotlin sample for Directions Api
- Host: GitHub
- URL: https://github.com/leoando/directionsapikotlinsample
- Owner: LeoAndo
- Created: 2021-02-04T08:01:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T08:57:19.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T11:50:35.191Z (about 2 months ago)
- Topics: android, google-maps
- Language: Kotlin
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin sample for Directions Api
## screenshot
## Usage
1. Please enable "Maps SDK for Android" and "Directions API" of API Project in Google Developer console
2. Set your MAPS API KEY in google_maps_api.xml
```xml
YOUR_KEY_HERE
```3. Build and install the application
## Java sample
https://github.com/LeoAndo/DirectionsApiJavaSample