On Aug 17, 1:25 pm, geo123 <[email protected]> wrote:
> Hi,
>
> I need to render my custom addresses data stored in oracle spatial
> over Googe Maps. I want to load only those addresses which are visible
> in viewport of the map.
>
> Please suggest that how can I achieve that without loading all the
> addresses at same time.

Make sure all your database entries have a geocoded location (lat/
long) available. Then use the viewport bounds to construct parameters
you can pass to a server-side script using GDownloadUrl which returns
addresses within the area.

The important thing in any application of this sort (a server-side
database) is that every address is already geocoded. It's slow and not
easy to achieve otherwise.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to