Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iifast2/springboot-map-location-api-tomtommaps

✔️ Spring boot project - Gmap - location map api , using tomtommaps api to show location , map , routes , GPS , ... etc
https://github.com/iifast2/springboot-map-location-api-tomtommaps

intellij java java-8 javascript map-api spring spring-boot tomtom-api tomtom-map

Last synced: 18 days ago
JSON representation

✔️ Spring boot project - Gmap - location map api , using tomtommaps api to show location , map , routes , GPS , ... etc

Awesome Lists containing this project

README

        

# TomTommaps project

## Documentation

##### https://developer.tomtom.com/blog/build-different/using-tomtom-maps-java-and-spring


##### https://developer.tomtom.com/user/me/apps

**application.properties :**

```
# Make account on the website :
# https://developer.tomtom.com/user/me/apps
# Paste your new tomtom.apikey in the application.properties
# If map doesn't show up - you need to make new account to get new apikey

tomtom.apikey = zVDqKnUAGUIA92zTfqHGeCKHEGf9WBGv
```


___
____


### Test this on your Chrome browser :
```
http://localhost:8080/viewmap
```

![viewmap](https://i.imgur.com/ykVIaWg.png)