> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of MB Software Solutions,LLC > Sent: Wednesday, March 16, 2011 2:15 PM > To: [email protected] > Subject: Re: Google Maps API inside a VFP9 app (was Re: [NF] > awfullyquiet....something to talk about) > > On 3/16/2011 5:08 PM, Jarvis, Matthew wrote: > >> > >> Can you integrate this Google Maps API into a VFP9 desktop app > > (assuming > >> internet connectivity)? > >> > > > > > > > > That's where I was heading with it if I ever got the approval to commit > > the time to it... > > > > I'd prolly have to roll my own tools rather than buy anything that acts > > as a sort of wrapper around all this (the data management part) but hey > > - that's what I do for a living, right? > > > > I could send you the handouts/code/etc I put together for my > > presentation for you to look over. > > > I'd like that. Perhaps I could help you with it? > > -- > Mike Babcock, MCP > MB Software Solutions, LLC > President, Chief Software Architect > http://mbsoftwaresolutions.com > http://fabmate.com > http://twitter.com/mbabcock16 > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/profox > OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech > Searchable Archive: http://leafe.com/archives/search/profox > This message: > http://leafe.com/archives/byMID/profox/4D812870.9050404@mbsoftwaresoluti on > s.com > ** All postings, unless explicitly stated otherwise, are the opinions of > the author, and do not constitute legal or medical advice. This statement > is added to the messages for those lawyers who are too stupid to see the > obvious. > > Report [OT] Abuse: > http://leafe.com/reportAbuse/[email protected]
Okay, never done this before - hope it works. These *should* be the links to my public DropBox account... BTW - thanks for Virgil from way back for steering me in the right direction in the first place. Start w/ the "Real World GIS - Putting Addresses on Maps" PDF file for the slides. The "Fetch.." file is the code my method in Access runs to go thru my address table and go get the Lat/Long. The "brewery_addresses_lat_long.xml" is the results of my Access method creating the XML file on the fly. Lastly, the "BreweryMap.htm" is what pulls it all together... Yes, I'm obsessed w/ breweries... <g> [watch line wrap] http://dl.dropbox.com/u/18942345/Real%20World%20GIS%20-%20Putting%20Addr esses%20on%20Maps.pdf http://dl.dropbox.com/u/18942345/Access%20-%20Fetch%20Address%20Code.txt http://dl.dropbox.com/u/18942345/brewery_addresses_lat_long.xml http://dl.dropbox.com/u/18942345/BreweryMap.htm In my slides you'll see me truncating the Lats and Longs as a demonstration of accuracy - i.e. do I *have* to store all those digits - keeping storage space in mind... it was just a demo... and the answer is, for the most part and these just being street addresses, no - you don't really need all those digits... Also, as I was reviewing my notes and just before leaving for my presentation, I found out that the API Version 2 I reference in my slides is obsolete and Version3 is now the standard (nothing really changes in my code or technique - you'll just see verbiage that doesn't jibe. Also you don't need the API Key anymore... Thanks, Matthew Jarvis || Business Systems Analyst IT Department McKenzie-Willamette Medical Center 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: 541-744-6145 -------------------------------------------------------------------------- Disclaimer: This electronic message may contain information that is Proprietary, Confidential, or legally privileged or protected. It is intended only for the use of the individual(s) and entity named in the message. If you are not an intended recipient of this message, please notify the sender immediately and delete the material from your computer. Do not deliver, distribute or copy this message and do not disclose its contents or take any action in reliance on the information it contains. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/69f310c05dd83c48a84ba3769ce1ecf804675...@tntriexevs02.triadhospitals.net ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

