On Jan 9, 3:13 pm, "[email protected]" <[email protected]>
wrote:
> On Jan 9, 12:47 pm, JRiffe <[email protected]> wrote:
>
> > I have tried to do some reading up on this issue and it seems that you
> > must geocode your addesses before the markers can be found?
>
> > Here is my map. Please choose
> > Oklahomahttp://va.birddogsw.com/states.aspx?Category=cacb9608-c6db-48b6-ba2f-...
>
> > If you view source you will see the list of address that should be
> > displaying (63 i believe). On the map only 16 - 20 show and if you
> > refresh the map, you get different points.
>
> Is there some reason you can't use the HTTP geocoding service and
> store the coordinates in whatever database you are storing the
> addresses in?
>
>
>
> > I read the tutorial about the map finding sites based on Lat and Long
> > and which these could be generated using the .getLocations() instead
> > of using .getLatLng(). However, if I'm needing to use
> > the .getLocations for it to find multiple addresses.. how come it was
> > finding multiple locations before I made that change?
>
> > Is there a way that I can set center on the state w/o hard coding the
> > lat and long? Currently the map will set center on each point as it
> > loads it.. which results in the map jumping around when it first
> > loads.
>
> Hard code a center point. Calculate the dynamic one based on the
> displayed markers once after all the markers have loaded.
>
> -- Larry
>
>
>
>
>
> > Using Windows XP/IE7- Hide quoted text -
>
> - Show quoted text -
I asked the boss and he said that we can store the coordinates in the
database. Now, do I use the geo coder prior to even trying to load
the map? First geo code, then pull out the coordinates and plot
markers based on those coordinates. When I'm ready to load the map?
(Sorry, I know that is probably a trivial question, but I'm coming
into pre existing code to try to figure it out)
"Hard code a center point. Calculate the dynamic one based on the
displayed markers once after all the markers have loaded. "
How do I calculate the coordinates?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---