docker-compose -f docker-compose.yml up -d
mongo "mongodb://root:changeme@localhost:27017"
use heremaps
db.links.createIndex({"location": "2dsphere"})
sbt impl/run
curl --location --request GET 'localhost:9000/route' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": {
"latitude": -35.817900,
"longitude": 145.0271960
},
"end": {
"latitude": -35.817900,
"longitude": 146.0271960
}
}'
-
Notifications
You must be signed in to change notification settings - Fork 0
girdharshubham/heremapsapi-extension
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published