On Jul 19, 5:20 am, thebit <[email protected]> wrote:
> I think I will utilise client-side geocoding (such as the way I
> utilise now).
> I do not think (I hope!) there will be some users who will made more
> thant 2.500 requests of revers geocoding per day.
> However, how I can to do to solve my problem by using a callback
> function?

What are you doing now?
If you provide a link to your map (as requested in the posting
guidelines) someone might be able to provide direction on how to
modify it.

The general direction is rather than returning a value from the
function, use the callback routine to do whatever you need to do with
the returned value.  I am guessing you need to send the data back to
your server to be stored in a database.

  -- Larry

> Thanks.
>
> On 19 Lug, 10:51, Rossko <[email protected]> wrote:
>
>
>
>
>
>
>
> > > I have a lot of data (markers) to geocode from coordinates to address
> > > and I'm looking for a dynamic way to do that.
>
> > Have a read ofhttp://code.google.com/apis/maps/articles/geocodestrat.html
> > before you decide how to go about that.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to