Marc
Thanks now at least I am in the right documentation neighborhood.
I have the LatLng data from the zipcode to create the map
Just have to loop the address data rows to create the markers.
> that would explain to me how to turn that data into maps.
"Geocoding is the process of converting add
> that would explain to me how to turn that data into maps.
"Geocoding is the process of converting addresses (like "1600
Amphitheatre Parkway, Mountain View, CA") into geographic coordinates
(like latitude 37.423021 and longitude -122.083739), which you can use
to place markers or position the ma
Hello,
My needs are pretty simple compared to what I have been lurking on here.
I am generating rows of address data from querys they are currently just
being displayed
in rows of data.
What I would like is to be guided towards the parts of the map api
documentation
that would explain to me how