hi,
I have a user registration form that accepts an address, city, town, zip code.
Using the geocoding service I get the lat and longitude based on given and store in database.
On the user.aspx, I have google maps with markers where each user lives.
question is what would be the best fit if don´t want to make their address public.
For example if a visitor zooms in they can go find exact location
If I just show the town for each user - and there are 100 users in that town .- same lat and long values
how will that look on the MAP.
thank you
Go to the complete details ...