On Mar 25, 1:44 pm, fuss <[email protected]> wrote: > > Please lighten my situation. Can I or Can I NOT using GMApi in my > case.
Not in the way you currently plan. The geocoder's results do need to be displayed on a map. You also need to think about what happens if the user inputs an address which is valid but (for whatever reason) the geocoder doesn't recognise or fails to geocode. If all you are doing is getting the user's location, then consider something like http://maps.huge.info/pinpointaddress.htm, where the address is geocoded and the user checks the result. This also satisfies the requirement to show a map. With GDirections, you must specify *either* a map on which to display the route *or* a directions panel in which to display the route description. You cannot simply use the distance. -- 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.
