> from the given gps position can i search for a address specifically > with in a radi of 200ms with my gps position as center.
Interpreting the question two ways ... Search for your specific address using the geocoder. Discard result(s) if its position is more than 200m from your GPS point. or Reverse geocode the GPS point. Discard any result(s) if posoition is more than 200m from your GPS point. -- 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.
