Tagged Questions
0
votes
1answer
45 views
Crop part of map using Google Maps API v3
How can I set bounds for Google Maps widget? For example, I need only [SW corner: 40.5, -25.5] - [NE corner 79.5, 178.5] rectangle. Now I'm using such code from another question:
var strictBounds = ...
-2
votes
0answers
80 views
When will the new google maps be avalible for developers? (API v4?) [closed]
When will the new google maps be available for developers? Will it be released with a new version of their api?
I have searched all over but cannot seem to find a definitive answer. The closest thing ...
0
votes
1answer
28 views
Estimating the radius of a location using google maps
I am using google maps API to get coordinates from a typed location. What I was also hoping to do was get the radius of the place, possibly using "bounds".
For example, if I geocode "England" it ...
0
votes
0answers
18 views
Google Map Place API Unable to search with place type
I'm unable to fetch data from the Google place api here is the url of place api :
...
2
votes
0answers
76 views
Google maps visual refresh text and lines are blurry
Comparing what is on google maps with the version of google maps with the api (with the visual refresh). The text is a bit larger on the API version, it also has this text shadow and a slight blur.
...
0
votes
1answer
30 views
Google map directions on form submit not working
My map has a defined direction on page load. I have a form that's suppose to change the directions on submit. I can't seem to make this work with my codes. Any ideas or help would be much appreciated.
...
0
votes
1answer
55 views
Google Plus 21-digit URL Number Relationship to a Google Place's ID and Reference Numbers
What is the relationship between a Google Place's ID and Reference Number and the same Place's 21-digit Google Plus number used in the Place's Google Plus URL?
I want to link Google Plus URLs for ...
-1
votes
0answers
19 views
use google map to give me the size of a yard
I thought I would try to create a google map to help me create lawn estimates for my business.
How do I do the following?
Locate the property by address
draw a polygon
calculate the area in sqft
...
0
votes
0answers
28 views
How to create Custom Info Windows for layers pulled from Google Maps Engine
My goal is to pull data from google maps engine and style the info windows to appear like the native info windows on iPhone.
It seems to be a simple task to create a static marker and style the ...
0
votes
2answers
50 views
google maps api 3 - show specific continent only
Please assist. Ive googled and gone through stack overflow but am unable to find this information anywhere. Is there a way to show only a specific continent, in my case Africa and hide all other ...
-3
votes
0answers
33 views
Google Map Integration with multiple waypoints
I want to integrate Google map which contain source and destination with multiple waypoints and apart from that I need to get the all list of hotels, park, bars etc. via checkbox.
I'm stuck at this ...
3
votes
1answer
60 views
Google Maps v3: Any way to force a high maximum Zoom Level (maxZoom 24)?
We are working on an archaeological mapping project where we have georeferenced hundreds of hand drawn maps. These are all viewable at very high zoom levels, which translates in Google Maps to zoom ...
-2
votes
0answers
36 views
Best way to create Android Google Maps Application [closed]
What is the best way to create an Android Google maps application?
There are lot of interactive features to be implemented in the application such as putting many markers on the map and getting GPS ...
0
votes
1answer
29 views
Google Maps Directions weird route path
I developed an app that sends GPS points to a server and the server convert those GPS points into a path, which is shown in a map.
Now the server makes a call to Google Maps Directions service and ...
0
votes
1answer
66 views
Google Maps, Ellipse inside rectangle bounds
I'm using the great Google Maps Shapes library to draw ellipses on my map with four given points, trouble is the ellipse is breaking the boundaries of the "rectangle/square" I envisaged.
[edit- ...