Hello I want to know how it could make an android application of markers (warnings ) in a map, for example radar warnings, notices of free parkings... where people can get and put that information in a same map. Thank you very much.
Asked
Active
Viewed 325 times
1 Answers
0
First thing you're going to need to do is familiarise yourself with the GoogleMaps Android API v2:
https://developers.google.com/maps/documentation/android/intro
Have a look at the samples which should help you to get up and running.
It also sounds as though you're going to need to add custom markers to your map, check out the following stackoverflow question - How to create a custom-shaped bitmap marker with Android map API v2 for something to get you started.

Community
- 1
- 1