www.plotted.com
A simple maping program that uses Google Maps API.
What I did was take Google Maps API, which only recognizes Longitude and Latitude coordinates and impliment it a geocode database of the United States. So when you enter an address, that address is being located in a 700mb database of every address in America to find its Long. and Lat. coordinates.
Once it finds the coordinates it than queries Googles API with them. A map is then displayed.
I also made an API of my own for webmasters to use,
www.plotted.com/api, which will make putting maps or satellite imagery on your website very easy. Even if you know nothing about PHP, JavaScript or anything, just simple HTML is required to use the API.
I suggest that if you want to put a map or a satellite image on your website, check it out. Or you could even do your own address lookup like the main page. Check it out.
www.plotted.com
www.plotted.com/api
A simple maping program that uses Google Maps API.
What I did was take Google Maps API, which only recognizes Longitude and Latitude coordinates and impliment it a geocode database of the United States. So when you enter an address, that address is being located in a 700mb database of every address in America to find its Long. and Lat. coordinates.
Once it finds the coordinates it than queries Googles API with them. A map is then displayed.
I also made an API of my own for webmasters to use,
www.plotted.com/api, which will make putting maps or satellite imagery on your website very easy. Even if you know nothing about PHP, JavaScript or anything, just simple HTML is required to use the API.
I suggest that if you want to put a map or a satellite image on your website, check it out. Or you could even do your own address lookup like the main page. Check it out.
www.plotted.com
www.plotted.com/api





