views:

3

answers:

0

Hi

I have a list of lat longs stored that have been selected from a google map that I use to place pointers. I want to only place the pointers in a specific area chosen by the user eg Wales, Cornwall, Loire Valley. Is there a way of saying something like (in Pseudo Code)

If MyLatlong IS IN LoireValley

AddMarker to Map

Will google maps know the area "Lorie Valley" or or districts/regions like this? Or is this something I need to sort out my self?

Bex