Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoando/directionsapijavasample
java sample for Directions Api
https://github.com/leoando/directionsapijavasample
android google-maps
Last synced: about 19 hours ago
JSON representation
java sample for Directions Api
- Host: GitHub
- URL: https://github.com/leoando/directionsapijavasample
- Owner: LeoAndo
- Created: 2021-02-03T15:53:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T08:02:49.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T11:50:35.210Z (about 2 months ago)
- Topics: android, google-maps
- Language: Java
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java 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
MAPS_API_KEY
```3. Build and install the application
## Kotlin sample
https://github.com/LeoAndo/DirectionsApiKotlinSample