On Dec 5, 11:01 am, kmcnet <[email protected]> wrote: > Thanks for the response. Since I'm a total newbie, please bear with me. How > would I set the office location without geocoding it?
You know where it is: 26.2723033,-81.7723970 Use those coordinates instead of the ones returned by the geocoder (and remove the call to the geocoder, but not the code that uses the results). -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
