I am very new to Google Map API's. I am reading through their documentation and trying to find out few things:
- Is it possible to add custom location to Google Map API's?
So the scenario would be: user want's to add new location to map. Something like contribute that already exist on Google Maps.
I saw in documentation that there is no POST method for maps so I guess Contribute option is not available through their API's.
Reading further I have come to part Data layer.
- Is it possible to add some layer above google maps where is possible to allow users to add and remove locations as they want and save that data to custom database?
Is something that Google Map Data layer can be used for?
Or what could be used to achieve custom location adding to map?
I am trying to do this using Java and Spring Boot, so if anyone had any experience with it please let me know.
Any advice really appreciated.
Maps allows you to show the user locations on the map via 'markers'. Markers have infowindows. If you want to handle these locations via a database. Then you may want to create a class object that you can map to.