services

December 8, 2011

Google Map Webpage

If you are wishing to embed a simple Google Map API map into your software, Burlingame Software has two different webpages that you can point a brower to.

In any programming interface designer, insert a web browser onto a form (I use the standard .NET control and it works fine) and point the browser to either of these URLs

http://flightmap.comze.com/index.php?lat=[YOUR LAT]&long=[YOUR LONG]&zoom=[YOUR ZOOM]

or

http://flightmap.comoj.com/index.php?lat=[YOUR LAT]&long=[YOUR LONG]&zoom=[YOUR ZOOM]

Replacing the [*] with your lat and long information.*

Click here for a preview

 

*Zoom is a integer 1-17 (1 being most zoomed out and 17 most zoomed in), Lat is latitude in degrees, Long is longitude in degrees