Tagged Questions
0
votes
0answers
68 views
How to use symbol center with markercluster?
Am using markercluster.js for showing cluster using img urls for cluster size
that.mcOptions = [{
height: 38,
url: "/images/search/hotels/clusterSmall.png",
...
2
votes
1answer
187 views
Google Map API Drag event..?
The below code is working perfectly on click event to retrieve Lat/Long and Current Zoom level. How do I get the same when I hover mouse/drag on map Window (not on submit button)?
<!DOCTYPE ...
2
votes
2answers
220 views
Accessing KML for Google Map API using Google Fusion Table
I am trying to host my KML file on fusion table so that I have dynamic control over my KML file and I am trying to access same as in public URI as an parameter in the Google Map Java Script .
I am ...
2
votes
0answers
48 views
Can a google calendar go on a map?
Can a google calendar go on a google map?
Is there a GeoRSS that can be consumed?
Thanks!
-mb
1
vote
3answers
605 views
how to extract lat long from WKT data?
i want to extract lat long form WKT data and stores into arary list i have tried one solution which is proposed by a user but it has some problems
String str = tv.getText().toString();
str = ...
4
votes
2answers
3k views
How do you get the coordinates from a click or drag event in the Google Maps API V3?
I have made a Google Version 3 Geocoder , I want to be able to pick up the coordinates of the marker when it is dragged or clicked. Below is my code:
<!DOCTYPE html>
<html>
<head>
...
0
votes
0answers
164 views
Problem with callback function of google distance matrix api
I am getting problem with google distance matrix api. I want to use google distance matrix api to calculate distance between various origin and destination places. The google is only allowing 25 place ...
1
vote
1answer
687 views
Google Maps Ground Overlay: How to calculate bounds?
I'm working with the Google Maps API for the first time and I'm trying to append a simple image of a Building on top of my current map view.
This seems to be very straight forward when I look at the ...
1
vote
0answers
140 views
Detecting If A Coordinate Is Near Polygon Edges In Google Maps API
Is there a way to add a test to see if a Lat/Long coordinate is near the edge of a polygon?
I am building very complicated polygons that have rivers and roads as borders. Because of this, it is very ...
21
votes
6answers
1k views
OpenStreetMap or Google Map Maker: where should I donate and volunteer my geographical knowledge?
I definitely know a lot about the places I visit and want to share it with everyone. I want to know if donating and volunteering at OpenStreetMap—which is where I have been helping—is a waste of time: ...
0
votes
1answer
3k views
How to convert from UTM Zone 36N Mercator to WGS 84 degrees of lat and long?
I have acquired many coordinates from a points I extracted from polygons. The points are in WGS 84 UTM Zone 36N, and I want to use them on Google Maps. I found out that they use different systems (I ...
2
votes
2answers
1k views
Retrieving Google Map data into Matlab to plot points
First of all, I hope this question isn't too basic, obvious or inappropriate for this forum. I'm very new to using map data. I'm working on a project on more accurate map routing using Matlab.
My ...
2
votes
4answers
4k views
How to use Google Maps V3 Geocode with Openlayers
How to use Google Maps V3 Geocode with Openlayers. Below is my code but the function does not execute when I try to integrate it with Openlayers. This works with my original google v3 file. Below is 2 ...
3
votes
1answer
182 views
What are the requirements for using Google's GEvent?
For a current project, we need to know when a Google map is done loading all of its tiles. I found the following question, which was for the same basic problem: register event "loadend" on ...
3
votes
1answer
667 views
Google fusion tables: Fill in lon/lat columns via geocoded address
I have a list of 100 companies that I want to geocode. I have all of their addresses but none of their lon/lat coordinates.
I have three columns related to location:
Address
Longitude
Latitude
Is ...
2
votes
1answer
701 views
Select more than one place at a time in Google Earth?
I've got a Google Earth .kmz file opened in my copy of Google Earth 6.0.1.2032 running on Mac OS X 10.6.7. There are about 5000 points/"places" in the file and they show up fine.
What I would like to ...
2
votes
2answers
2k views
ARC GIS 10 + Google Maps API
Assalam o Alaikum
I am new ARC GIS, is it possible to create a website that uses Google Map API but imagery from the ARC GIS 10 REST service?
Actually, I like the functionalities provided by the ...
4
votes
3answers
257 views
Differentiating a building from a road on a map?
This question was originally asked here by Steven and I felt the question was better asked here.
Steven would also like to know the sources Google buys it maps from. I remember seeing a post about it ...
4
votes
2answers
3k views
Removing polylines from google maps
I have a point where a Gpolyline line is drawn from a marker to another point. After I click on it a second time, I want to remove the polyline. How do I remove the line after clicking on the marker a ...
5
votes
4answers
3k views
Can you make a travel region polygon with with Google Maps API?
I am working on a local design project and need to determine if someone is local to my area to allow them to participate. Local, as defined by the group, means that the person is within 2 hr driving ...

