0

I would like to create some zones on the map with mouse and then view a map with those zones on my mobile device. I would like also detect if I'm within any of created zones. Is it possible? And ... what's important - is that free? I've heard about some restrictions for google geolocator, but I'm not sure if the same apply for such possibility if such is present.

I would be grateful for any hints.

cheers

user007
  • 500
  • 1
  • 12
  • 24
  • I know how to draw a free hand polygon into map. Go to this question:[http://stackoverflow.com/questions/20901141/how-to-draw-free-hand-polygon-in-google-map-v2-in-android](http://stackoverflow.com/questions/20901141/how-to-draw-free-hand-polygon-in-google-map-v2-in-android) – M D Jan 10 '14 at 04:01
  • Yes, but I would need to know the GPS coordinates of all edges of the shapes I would like to draw that's why I prefer to draw them with mouse and then check if I'm inside this shape or not. Hmmm.. I assume it's not possible :/ – user007 Jan 12 '14 at 21:35

1 Answers1

0

Actually it is possible. There's a page: https://www.google.pl/maps/d/u/0/

that allows creating maps. After creating a new map I'm able to draw shapes with my mouse and export them to KML/KMZ formats afterwards. That is what I was looking for. I'm posting it here, so maybe I'll help someone looking for the same feature.

user007
  • 500
  • 1
  • 12
  • 24