Tagged Questions
-1
votes
0answers
20 views
OpenLayers Or Google maps API [closed]
I am developping an application , and i have to put on a geographic map the elements of the 3G network( I mean by eleemnts the position of cells ).When the user click on one icon , a table will be ...
0
votes
0answers
56 views
Google Maps API V3 - Display pictures inside InfoWindow based on attribute values from MySQL database
I have InfoWindow that displayed values from MySQL, but now I would like that inside InfoWindow are displayed pictures base on attribute values from MySQL.
For example if "swimming" attribute have ...
0
votes
2answers
92 views
Save geolocation as latitude/longitude or address/area name?
Suppose a service like Foursquare, I want to save the location of a check-in. Should I save this as latitude-longitude or the address/area name such as 123 Portmill St, NY 12345 or SoHo, NY.
In the ...
0
votes
2answers
110 views
use Google map with php and mysql to display locations
i have a map page that include a Google map to display users static locations using the php and mysql because the longitude and lattitude are stored in the database in village table but the ...
0
votes
1answer
171 views
Google Maps API v3 checkbox / filter database
I am building a site about real estate. As such, it needs to have multiples filters (city, zip code, bedrooms, style, etc.).
I read William's tutorial, and it's working with my database. The ...
0
votes
1answer
118 views
calculate distance between 2 location selected from a database using php mysql
i want to calculate distance between 2 selected location from a drop list
i have a table id , village_name, lattitude, longitude.
i did follow an example about the calculation but i did not ...
0
votes
1answer
117 views
php mysql calculate distance between 2 points
I have a map page that contains a Google map and a form to calculate the distance between two selected points from the database, but I don't know how to calculate the distance between two locations ...
-1
votes
1answer
169 views
Postcode search using the codeigniter google-maps-api-v3-library
I use THIS awesome library for codeigniter.
I have a website (http://kees.een-site-bouwen.nl) when the user first visits the page they have to fill in their postcode and a radius. (this does not do ...
0
votes
2answers
127 views
How can I pass saved localStorage web data to a php script?
Alright, so I'm having some issues on trying to find out how to pass some data that i have saved in localStorage over to a php script that I wrote, so I can then send that over to my database on a ...
0
votes
0answers
55 views
android + google map + markers from mysql
i am creating an app that display markers on the google map api v3 after it select it from the database mysql using the xml parsing but i got an error whene i try to test the php file
can anyone ...
0
votes
1answer
53 views
How to display the places without using google places api?
Hi I am developing an android app for blind people where I want to display the nearby locations and bus stops to the user.
I don't want to use google places api but I need to input the ...
0
votes
0answers
150 views
how to display info window from mysql to google maps?
i am using the following code to display mysql data on google maps
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
-1
votes
2answers
145 views
Infobubble only displaying content from last marker added via PHP/Mysql with tabs
I've been trying to get Infobubbles to work with 2 tabs on a map populated with markers from a Mysql database with an ajax call.
The problem is that every infobubble is displaying the same content in ...
1
vote
2answers
545 views
Dynamic relation between GOOGLE Maps API v3 and MySQL
I am designing my very own first web page. It's a real estate page where some users will add open house information while others can pull the info.
The code for the database and the web is very good ...
-4
votes
1answer
566 views
php + mysql + google map [closed]
i am using google map to create a dynamic google map that take locations(lat, lon) stored in the database using php mysql and display the selected locations by markers on the map
but the problem is ...