The Google Maps family of APIs lets you embed the functionality of Google Maps into your own website and applications.
0
votes
0answers
4 views
Google Maps Place Auto Suggest
At present I am using google maps api for fetching geo co ordinates of entered place. It works fine, on pageLoad it initializes, give proper suggestions to user on entering place name in input field ...
0
votes
0answers
10 views
Geo code Api Staus 601 coming
I am requesting json on this URl
http://maps.google.co.uk/maps/geo?q=agawam%2B01001&output=json&key=APIKEY
It is working file when i hit in the browser. But when i try to run via ...
0
votes
0answers
13 views
Google Map and Overlay in Android
How to create a tag/button on a Map once I click a coordinate to add some information at it? The tag/button should look like an overlay on the map and when I click it, it should take me to an Activity ...
1
vote
1answer
18 views
Google map Geocoding Service using Ajax is not working with IE
I am trying to make Ajax requests to the Google map Geocoding Service to get latitude and longitude, it does not work in IE but works perfectly in chrome and Firefox. Here is my Ajax snippet.
...
0
votes
0answers
11 views
Now I Am Using Map Quest API For GeoCoding,For That i Need To Use Another Method For GeoCoding.
Now I Am Using Map Quest Api,And i Need A Another Way For geo Coding.If Any Other Way For GeoCoding.
Please Suggest..,(If Any Other Way We Have).
If Any Other Way,Suggest The SAmple Url For This ...
1
vote
1answer
27 views
getting location in android on a map
if i have the latitude and longitude and i want to open up Google maps to that specific location how do i do so? which intent launches Google maps with a given latitude and longitude to display?
i ...
0
votes
0answers
7 views
Latitudine e longitudine google maps
I have this code that should show mea Marker in the Google map:
enter code here
var latitudine='<?echo php $_POST['lat']; ?>';
var longitudine='<?echo php $_POST['lon']; ?>';
...
-1
votes
0answers
14 views
Display multiple routes on google maps (w/ colors)
I am creating a scheduling map for my company so we can view all jobs for several techs at the same time. This will help to create a more effective day for all techs by not over booking and reduce ...
0
votes
0answers
62 views
Can somebody help me debug this HTML and CSS
The purpose of my index.php page is to display DB driven content relating to jobs. It is split into a bottom and top half where in the bottom I have a Google Maps v3 API. Currently I am having some ...
-1
votes
1answer
16 views
Google Maps API V3 Controls and Info Windows look weird
I'm trying to teach myself Google Maps API V3 and I'm stuck.
The default zoom controls are squashed. The info boxes have some stuff on the button and the close button is whited out.
Can you please ...
0
votes
0answers
9 views
gmap3 - How do I drop markers onclick and stop dropping after 10 markers?
I am trying to use Gmap3 to drop markers on the map when the user clicks on it. After ten markers have been dropped, the user is no longer able to drop anymore. The markers also need to be draggable ...
0
votes
2answers
21 views
Google Maps API v3 shows GRAY BOXES only
New developer but I have spent the past few days trying to resolve this problem of gray boxes showing up instead of a map on Android device.I have read just about everything there is to read about ...
0
votes
1answer
15 views
Google Places Library vs Google Places API
What is the different between the Google Places Library and the Google Places API? I see that with the API, the search limit per 24 hour period is 100,000 searches where the Library the limit is per ...
-4
votes
0answers
23 views
Create button in popup
how can i set button in every popup??
and how when click in it sent my location to website and sent to application every place around me from it's database and but lond , lat in x,y in this code ?
...
0
votes
0answers
9 views
Working on iOS emulator, but not on phone (Phonegap and Google maps API)
I'm using Google Maps API and Phonegap to connect to a server and receive information and coordinates from a SQL database.
It works perfectly when I run the emulator on Xcode, but when I run it on ...