I am attempting a GPS application and i wanted to use Google maps API to create it. I was wondering if you guys had any resources such as the name of some books, websites, videos that i can purchase,
I need to open a browser from my Java Swing application with a URL pointing to a staticmap from Google.
I have this page of US states: http://www.comehike.com/outdoors/country.php?country_id=1&country_name=United%20States
I have a page with a single form on it. The form contains a text box and a submit button. When the form is submitted, either by clicking the button, or by pressing enter in the textbox, I want to do
Hi: i amcreating an android app that retrieves gps coordinates stored on an online database(sql),th开发者_如何学Ce using this coordinates obtained,it pinpoints them on a map,this points should be clic
JSON results: [{\"Company\":\"Compa开发者_运维知识库ny1\",\"Country\":\"US\",\"Phone\":\"209-555-8400\",\"Website\":\"www.mywebsite.com\",\"Latitude\":35.782,\"Longitude\":-120.2269},
I have an ArrayList of Products, that i want to add to My map of sales class in my Product class. The purpose of this is to have each product record what was bought with it and how much.
I am working on a project which requires the use of Google Maps and is aimed for tablet PCs running the Android OS. We have purchased an Archos 101 Internet Tablet to test our implementation, but what
I have the following map: var map = new google.maps.Map(document.getElementById(\'map\'), myOptions); and a couple of markers created calling to new google.maps.Marker()
In my Android app I want to mark on map a location (I know the address of location). When I mark it on map, I want to display the name of location,too. How can I do that?