All Questions
Tagged with google-maps-api mysql
7 questions
1
vote
1
answer
5k
views
Adding custom polygons in google maps
Do you have any experience with adding custom polygons in to the google maps?
I have made polygons from raster layer and my goal is to show this layer in google maps.
For now i have experience ...
2
votes
0
answers
2k
views
How to check if a point is within bounded rectangle from Java
I make an AJAX request to retrieve data from a mysql database. I add the data to google.maps.Data layer as geojson. I would only like to load the data based on the viewport. To obtain the viewport ...
2
votes
1
answer
2k
views
Reverse Geocoding - calculate every time, or store result in database?
Several questions, such as this one, discuss whether to store only lat/long in the database & calculate the street address every time it is needed, but they seem to miss a few points & seem to ...
9
votes
1
answer
43k
views
Drawing polyline that grows as the car moves by taking data from MySql and PHP in Google API
I wanted to show the polyline on google Map as car moves with animation (like in this site: http://econym.org.uk/gmap/example_cartrip2.htm) by taking data from MySQL and PHP. For that i refered the ...
1
vote
1
answer
2k
views
Reference materials for learning Google API V3 with PHP and MySQL (tracking)
I am new to this Google API. Now i wanted to learn Google API with PHP and MySQL.
Actually i wanted to create an application that will track x,y coordinates coordinates on real time bases for ...
6
votes
1
answer
654
views
Trigger geocoding without having to visit page
I'm using Google's geocoder to store results in database then display them on a map on another page. The problem is that each company profile page needs to be visited before it's geocoded.
Is there a ...
21
votes
12
answers
83k
views
How to Geocode 300,000 addresses on the fly?
I have a database which has 300,000 address, which are to be shown on map. I know if I geo-code all the address it will be too expensive for me. So I was wondering if it is possible to geo-code the ...