Google Maps JavaScript API Version 3 lets you embed the functionality of Google Maps into your own website. Version 3 provides greatly improved support for mobile devices. Ask non-programming and licensing questions in the [Maps API Google ...
0
votes
0answers
4 views
Access google Maps API in nokia series 40
I want to access the google map API in series 40 mobiles. I tried with using http connection but the map displayed statically. I want to load the map and moving the location in the map so that I ...
0
votes
0answers
7 views
Markers icons cropped on zoom Google Maps for Rails (gmaps4rails)
I'm using gmaps4rails to create an application and I'm with one problem.
When I zoom (in or out) map the icons are cropped.
This is my method to show markers:
def gmaps4rails_marker_picture
{
...
0
votes
0answers
12 views
Google Places API - search place name by cyrillic parameter
I am using Google Places API to send request for places around me and I set the 'name' parameter to filter by name of place.
The thing is it all works good for latin names, but I want to search for ...
0
votes
0answers
13 views
Places api dragging with jquery ui
I create a some type of interesting places based on google maps api places
http://jsbin.com/ayugun/7
What I want is when I search on map there is a photos of places but I need to drag and drop on ...
0
votes
0answers
16 views
How to superpose multiple maps and display one according to the zoom level?
The idea would be to superpose multiple maps and display one according to the zoom level.
For example:
- map of google
- map of my city (not provided by google tool)
- map of my area (not provided by ...
0
votes
0answers
18 views
google map api overlay
I'm trying to make this google map black and white by adjusting the saturation to -100 and the lightness to -2 like google tells you too but for some reason the mpas appearance doesn't change and ...
0
votes
1answer
13 views
Unclickable fill in Circle?
I have a mousemove event in my map and now I want to draw a circle with just the stroke line.
var circle = new google.maps.Circle({
strokeColor: '#0000FF',
strokeWeight: 2,
...
0
votes
1answer
38 views
ComputeDistanceBetween returning NaN instead of distance
See the code below, I am amateur at javascript so sorry if it is really bad.
Basically my function someFunc() is activated upon the press of a button after it has got the eventlocation and the ...
0
votes
2answers
22 views
Gmaps mousemove over Circle, Polygon or Rectangle
I want to draw a circle by clickin on the google maps (to set the center) and moving over the map (to set the radius).
It works when I make the circle bigger but not when I make the circle smaller.
...
1
vote
0answers
13 views
Google Maps API V3 custom control sizes
Question -----
Is there a way to reference the size of default controls in the Google Maps API V3?
Background -----
I have a webapp that uses the Google Maps API (V3) for several mapping functions. ...
1
vote
0answers
28 views
Google Maps API - Onscreen Keyboard “Go!”
I'm using the Google maps API to place a map onto a web page.
As the Computer with the map has not a keyboard, I simulate a javascript "onscreen" keyboard. My problem is that I don't know how to ...
0
votes
1answer
15 views
how to make google map marker disappear one after the other
I am building a web app and I am trying to display multiple markers on a map using google maps if you run my code you will see multiple markers displayed on the map with a 3 second delay.
what I am ...
0
votes
0answers
12 views
Cluster google map pins when using an object of markers instead of an array
I'm managing this website: http://www.gprprojecten.nl
Basically what I'm doing with is is getting a stream of data from a webservice and chaching this. Afterwards I do all kinds of things to this ...
0
votes
0answers
19 views
Display multiple locations on Google Map v3 using PHP MYSQL WHILE LOOP
I have this code that was once working but now is not. It is for displaying multiple locations on a map using Google maps version 3, by getting the locations from a table in the database, and looping ...
1
vote
1answer
35 views
How to display a contextual menu on a shape?
I would like to display a menu on a shape (cercle,rectangle,polygon) by right-clicking and select and execute a function (change color, ...) on it.
1) I begin by defining an event to my shape:
...