Tagged Questions
6
votes
2answers
281 views
Google Maps API v3: How to Set Zoom Level And Map Center To User Submitted Location?
I have used this tutorial from Google to build a web app that finds the closest store from the user entered location:
http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html
I have my app ...
6
votes
1answer
123 views
Drawing directions on Google Maps
I think this would be very basic question. I am building an application using codigniter in which the users have to mark the destination on the map and Google Maps should automatically draw a route ...
6
votes
1answer
560 views
PHP code for adding new place to Google Places via API
I'm working on integrating Google's Places API into a web app. I've been able to successfully create code to allow users to search for places using the API and to display results in the app, so ...
5
votes
6answers
860 views
Google Maps API V3 Usage Limits is Per Website Visitor or Per Web Server?
I'm confused over whether the API usage limits of 2500 geocoding requests per day ( http://code.google.com/apis/maps/documentation/geocoding/#Limits ) and 25,000 Javascript maps per day ( ...
4
votes
1answer
405 views
Google Maps API: return results for postcode
A client has requested a page with a text input which takes a postcode and returns an array of local shops in the area.
How would I achieve this with the google maps API or something similar, this ...
3
votes
2answers
69 views
Parse Results of Google Elevation Using PHP
I'm new to JSON and parsing. I get the following results when requesting an elevation from the Google Elevation API.
{
"status": "OK",
"results": [ {
"location": {
"lat": 39.7391536,
...
3
votes
1answer
465 views
Google Map Markers Not Showing in Firefox
I wonder whether someone may be able to help me please.
I'm using the coding below to retrieve google map co-ordinates and add the associated markers on a google map. The coding works perfectly in ...
3
votes
1answer
939 views
how to parse a Google Maps geocoding result
I want to retrieve Geo address from given latitude and longitude using geocoding,
using the given example on the site ...
3
votes
2answers
456 views
Google Maps - Server-side Clustering
I've got about 500 000 markers and naturally I cannot display them all. I've tried MakerClusterer but it was too complex for js to plot clusters on map. I was thinking on server-side clusterer but it ...
3
votes
1answer
74 views
Enforcing a full address user input
In my website, I allow members to use the Google Maps integration I have in order to search and select their home address.
I'm trying to figure out a way in which I could enforce a full address ...
3
votes
3answers
1k views
Google Maps Save Polygon and points in MYSQL / PHP
Right now I have an application that allows users to draw a polygon on google maps. I need to save this polygon using PHP and MySQL but I'm unsure of best practices.
Should I enable spatial ...
3
votes
3answers
939 views
TSP (Traveling Salesman Problem) solver Using GoogleMap
We are developing an application, in which we will show some available houses for sale in google map. User can select any houses from the map and can find the shortest driving route between all the ...
2
votes
0answers
12 views
how to check whether a place is present in between a route using google maps api
hi i am developing a project on carpooling(users can offer lift and take lift to/from people) the problem can be better understood by an example
example:
suppose a person A is travelling from a place ...
2
votes
3answers
140 views
Get latitude and longitude automatically using php, API
In one of my php applications I have to find out the latitude and longitude of the place from address.
I tried this code:
$json = ...
2
votes
2answers
137 views
PHP / Google Maps API - Easiest method to verify a street address and standardize / prevent duplicates?
What is the easiest way to do this? I've read Google Map API can't legally be used as an address verification service. What are some practical alternatives and/or respected premium/pay-per-request ...
2
votes
2answers
185 views
Loading screen for Google Maps
I've noticed that Google Maps is taking longer than usual to load these days, and causes the browser to refresh many times before loading. Either way, this has led me to wonder how I can create a ...
2
votes
2answers
606 views
Google Maps V3 Zoom to Show all markers not working
I'm using Google Maps V3 API and after creating several markers on the map, I am having difficulty getting the map to zoom out such that it shows all markers. Right now the code below just shows the ...
2
votes
2answers
850 views
Radius/nearest results - Google Maps API
First of all I'm using Google Maps API v3. I have one big map that shows all the results pulled from a database, now I like to implement a feature that shows a radius of nearest results within X ...
2
votes
2answers
684 views
How to best calculate the distance between two cities (Canada)?
i have a client who wants me to calculate the distance in miles between cities. I am doing project in PHP, javascript , i have been reading about some long/ lat database but still not able to find ...
2
votes
2answers
474 views
Converting a Google Directions v3 JSON Array to PHP Array/Variables to Store in MySQL
I'm trying to convert a JSON object/array from the Google Directions API v3 to PHP so I can store it in a MySQL Database.
The array looks something like this (I truncated it pretty heavily…sorry for ...
2
votes
4answers
408 views
Google Map not showing up
I need to implement on my php page map. I have container <div id="map"></div> which is inside other div, and I put this code inside <head> tag but it doesn't show at all. Can anybody ...
2
votes
1answer
573 views
how to integrate google map in php & mark places with flags
How can I intergrate google map in php and mark the places there in the map dynamically. I want to show areas with specific details from database to google map
1
vote
0answers
6 views
Load markers from databse for the visible area
I'm trying to load markers (custom overlay actually) from my database which contains the lat and the lng of each markers. I would like to load only the markers in the current visible area of the ...
1
vote
2answers
38 views
Map breaks if I pass lat, lng as variable
This is driving me nuts. Using Google Maps v3 I am loading the map using php to determine lat long :
function initialize() {
var latlng = "<?php echo $lat;?>,<?php echo $long;?>";
...
1
vote
1answer
35 views
PHP - Google Distancematrix returning result locally but not on webserver
I'm trying to access the google API and pull in some data, which is fine, although once I upload onto my webserver I don't get any output, which is strange because it works locally.
function ...
1
vote
2answers
150 views
CodeIgniter + Google Maps API V3 + close InfoWindow()
Anyone have an idea how to make the CodeIgniter Google Maps API v3 library only allow a single info window to be open, and also to make it hide thei nfo window when clicking outside of the info ...
1
vote
1answer
53 views
how to insert zoom , sattelite image and trafic opption on google map in php and javascript?
i have to display google map in my php code.
for that i have used the following code,
function addAddressToMap(response) {
map.clearOverlays();
if (!response || response.Status.code ...
1
vote
2answers
311 views
Using Google Maps API to find routes & distance between two locations and present it in a table
I want to use Google maps to find out available routes between two cities. Some information about these routes like distance and travel time etc.
I do not want this data to be presented in a Map. I ...
1
vote
0answers
50 views
Google Maps disappear when switching browser tabs
I have a webpage with a header and a side bar, the rest of the page is filled by a Google Map using Google Maps API V3. The page layout looks similar to that of the official Google Maps website.
...
1
vote
0answers
37 views
Using Geocoder API or Places API for an address based map search
I am trying to build an address based map search using PHP and Ajax. Typing in a term in the address field should bring up suggested addresses in a dropown and any address term not bringing up any ...
1
vote
3answers
242 views
how to use google place api for my php application
I'm trying to create a web page. When user starts typing in a textbox, an autocomplete city with state name list appears in suggested dropdown box like in google map.
I've got the api for google ...
1
vote
1answer
73 views
Get all the city names from the google maps - group by county
I'm trying to get a list of all the Hungarian city names from google maps, but I don't know how. Is this at all possible?
1
vote
1answer
91 views
Incorrect Data Being Saved From AJAX Drop Down Menus
I've been trying to sort out an issue I have with how one of my fields of data is being saved to a mySQL database. The issue I have is that instead of the text value being saved, the 'id' for the text ...
1
vote
1answer
131 views
Load mySQL Data Into Form
I am using the PHP and AJAX coding below to populate a map showing various markers for a given location stored in a mySQL database.
The markers are correctly shown but what I would like to be able to ...
1
vote
0answers
48 views
Best way to use the APRS.fi API to populate Google Maps
APRS.fi outputs their API calls in JSON format. I'd like to use this output to build markers in the Google Maps API. Has anyone been doing this successfully? PHP is fine if that is the way to go but ...
1
vote
1answer
105 views
Getting error when trying to pass values from array to Google Maps Object
Im setting some json using wordpress post data on a page and then passing that json to some JS which loops through and adds markers to a map. I'm so close to getting it working, just need to figure ...
1
vote
2answers
146 views
PHP javascript closure issue with google maps v3
My application plots a bunch of markers on a map read from a MySQL database, and I want to display some content in each of the infowindows. My issue is the infowindows will only display the content ...
1
vote
1answer
191 views
Creating Location Awareness in Website
Hi I have created the core parts of a web app with Google Maps V3 API and Codeigniter and now I want to make the website aware of the location of the user. From my current knowledge, I will be able to ...
1
vote
3answers
61 views
How to display data from a DB when Rows and Columns are inverted
I have to deal with a table like this one with approximately a couple of hundreds of #id (and counting).
id field_name field_value
1 name pasta
1 lat ...
1
vote
1answer
116 views
How to use a php result set from a query in JavaScript
I am working on a page that displays all state parks. Something like this:
http://www.comehike.com/outdoors/state.php?country_id=1&state_id=6&state_name=California&country_name=
I have ...
1
vote
1answer
227 views
Google Maps API make icon a link
I am looking for something to put in javascript that will enable me to click on the icon plotted on a Google maps API and it will send me to that page.
The plots are being read via an xml document ...
1
vote
1answer
483 views
How to create a coverage map in Google Maps V3?
I want to create a coverage map like the map that appears when you try to use Streetview (see below). What is the best way to go about creating such a map. (assuming that i already have my data in ...
1
vote
2answers
396 views
Google Maps API - setting php variable as javascript variable
I am using the Google Maps API and the W3C Standard to get a user's geolocation. I have it set up as basics - using the code from [Google's documentation][1].
Now I'm integrating this into my ...
1
vote
1answer
473 views
Finding nearest city like oodle.com
So, I am trying to develop an application that will display user listings. The site should detect user location (I am using maxmind api for that) and then show listsings from user's location + cities ...
1
vote
2answers
512 views
Cluster same lat/lng gmaps v3
On my website I have a form that allows users to register. It asks users to provide their city, state, and country. I also have a map that drops a marker for each user based on a lat/lng that's ...
1
vote
2answers
1k views
Setting up Marker Clusterer markers with info windows
I'm having an issue with setting up the info windows for multiple markers in google map api. Basically, Im getting the latitudes and longitudes and everything else from external Json file. I'm parsing ...
1
vote
2answers
109 views
Using PHP to parse Googlemaps
I have a site that I screen-scrape off GoogleMaps to get the driving distance from one point to another. It isn't heavily used (20 requests per week max), but Google's recent upgrade broke this ...
1
vote
1answer
4k views
Using Google Maps v3, PHP and Json to plot markers
I am creating a map using the new(ish) v3 of the Google Maps API
I have managed to get a map displaying using code as below:
var myLatlng = new google.maps.LatLng(50.8194000,-0.1363000);
var ...
0
votes
1answer
30 views
Polyline Error Line
Hi guys I have a Google Maps and the coordinates are pulled via parse XML data. This script was based on econym's site I am using V3 of Google Maps. Now the thing is I was able to display the markers ...
0
votes
1answer
31 views
Calculate Google distance of Input address and all the address from MySQL Server using jQuery ajax.get
Problem Description
I want to create a webpage where user can input an address, then the server will calculate the distance from the input address to every address I have in the MySQL database. I am ...