0
votes
1answer
14 views

Exclude marker from clustering - Google Maps Extension (Android app)

I'm using version 1.3.1 of the Google Maps Extension and am trying to exclude a marker from being clustered. I have one marker that is set in the onCreate method of my app and it represents My ...
0
votes
1answer
15 views

Google Maps Android API v2 - restoring map state

I'm building a very simple map app using Google Maps Android API v2. As expected, when the user leaves and then returns to the app, any changes they've made in location, zoom, etc. are lost as the ...
1
vote
0answers
11 views

Is there a way to display a google maps with a route from a Facebook app without needing a backend?

So I've got a mobile app that tracks a user's route. (cycling app.) I'd like to create a Facebook app that I can use to display their route on Facebook. Is this possible to do without requiring a ...
0
votes
0answers
7 views

Check if Google Maps Android V2 didLoad / isCached Map (OFFLINE MODE)

Hey I want to be able to manually check or subscribe to a service which can notify me if the map was unable to load (in offline mode) due to it not being cached at the deep enough level. This would ...
0
votes
0answers
15 views

Google Maps API v3 click events not fired while using DrawingManager

Consider this code // There's a global var map which is a reference to the google map google.maps.event.addListener(map, 'click', function(event) { // Some code here... }); var dm = new ...
1
vote
0answers
11 views

google street view on a mobile

Does anyone know why the same iframe embedded Google streetview works fine on a desktop, but on a phone or tablet it just shows a regular map? This is profoundly annoying! - our location is ...
0
votes
1answer
17 views

Google maps update jquery mobile problems

I want to use the latest version of the JQuery Mobile and I have problems because the Google Maps doesn't works now... With the version 1.0a2 the google maps works fine but now with the version 1.3.1 ...
0
votes
0answers
20 views

Google Map Problems Map not displaying

I have done the google map where there should be a lookup on a MSISDN number. The problem i have everything works but no map is shown. I have looked at everything everything works great. The cords are ...
0
votes
0answers
8 views

No map displayed with a huge number of Markers

I'm working on a web application for my university and we would like to show the position of all ex-students living all over the world. We have a database with over 60.000 students and about 55.000 ...
0
votes
1answer
19 views

Api Google Maps - highlight roads in a radius of kilometers (not a circle around a point)

How can i highlight roads within a radius of miles from a specific point? (not a circle around the point)
2
votes
1answer
24 views

How to find Google Maps information like Hotels,Fuel Station, Bus Station…?

Hello Guys is it possible to find Hotel, Fuel Station, Bus Station location nearby using Google Maps API. I am currently working on an app but haven't worked with Google maps before. Can any of you ...
0
votes
2answers
15 views

Center and auto zoom google map

;) I'm a not so familiar with the Google Maps API yet but I was able to figure out most questions a beginners faults. ;) But what I don't get is to center the map between the two markers I set and to ...
0
votes
1answer
48 views

Android Google Map - Clicked marker opens new activity or bigger window

I've been searching for help on implementing OnMarkerClickListener but nothing I've found has worked. This is my marker below and when clicked it only changes colour(light blue). I'm looking for it to ...
0
votes
0answers
7 views

ipaddress lookup on google mark cluster

I am really stuck I have 10000s of ipaddress to map via google maps but i want to cluster them up i understand the logic but i am strugling to implement the two bits together the data is pulled in via ...
0
votes
0answers
4 views

How to add 45° imagery (google maps) to existing embed code

To often it's the simple stuff what makes me going crazy. So maybe someone can help me with this. I have the following code to generate a google map and want to activate the 45° imagery ...
-3
votes
0answers
31 views

How can I implement location pinning on Google Maps [closed]

I want to implement a feature that while filling the form user can pin their location on Google map and this location(latitude/longitude) can be filled and retrieved from database. Similar to this: ...
2
votes
1answer
32 views

Google Closure Source Map Not Connecting Source In Chrome

I'm using Google Closure to generate minified JS/source map and can't get the source map to connect the source to the minified script in the "Sources" window in Chrome. Code taken from the Google ...
0
votes
2answers
17 views

Google Maps API doesn't load the right centerposition, instead loads in the area of the last added marker

The google maps api doesn't load the centerposition wich is defined in the initialize() function, instead it loads an unknown position around the last added marker (marker6). What's causing it to not ...
0
votes
0answers
6 views

Maps directory API troubles

I am trying to build a directory with google maps. I have been reading about google places library here https://developers.google.com/maps/documentation/javascript/places over and over again but ...
0
votes
2answers
41 views

Changing colour of Markers - Google Map V2 Android

I'm having a little trouble understanding how to change the colour of a marker in an Android Google Map project. My code for a Marker is: googlemap.addMarker(new MarkerOptions() .position(new ...
0
votes
1answer
17 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
60 views

How to display markers on google maps from sqlite database on Android

Firstly sorry for my bad english. I want to make a program that displays markers on google maps api v2 (android) taking coordinates from SQLite database. Do you know any examples, I am a novice in ...
0
votes
0answers
11 views

google maps api v2 mylocation issue

I need help with this. I went through some tutorials to get me to where i am at now and that is just a plain google map. it loads off looking over Africa and that is it. My question is. I have been ...
0
votes
0answers
16 views

Creating a customer Google Maps with details

I was asked to create a Google map that included all parks for a particular city. The customer wants to add pertinent info plus any amenities the park has such as basketball, baseball, fishing... etc. ...
0
votes
0answers
10 views

Let google maps v3 read URL bar

I'm working on a website with a new google maps version. What i want is that on the homepage, i can fill in a field with my city name. and then it links to my google maps page (in the website) and ...
0
votes
0answers
12 views

Mass GeoIP to Google Maps

I'm trying to get 15k-20k GeoIP longitude and latitude to show in a Google Maps map. Does anyone have alternatives or a way to show this many locations in Google Maps using their API?
0
votes
0answers
83 views

Google Maps API V3 Multiple Marker updated automatically when Lat & Long changes

New to Google Maps API. After much research still can't find the complete solution. Here's my problem. I wanted to display multiple markers of every vehicules(which connected to the server) i have ...
-4
votes
0answers
22 views

Android google App no longer usable [closed]

Since about a week ago the Google Maps App has developed a mind of its own! I can no longer swipe to a location: when I touch the screen it vibrates and announces "currently at ..." It's drawing green ...
0
votes
0answers
15 views

take off default shadows on only labels google maps api

I need to take off shadows on the labels and not for the pins. I was thinking something like this (lableShadow: "",) but it doesn't work. Any help appreciated i have probably overlook something. ...
0
votes
0answers
9 views

Google maps api, check if a point is under a ground overlay

I've a google maps api with a ground overlay of a network coverage. Is'it possibile to check if a point in "covered" ? Thanks
0
votes
0answers
69 views

CodeIgniter Google Maps API v3

I work with CodeIgniter and Google Maps API v3 of BIOSTALL and I have a problem with markers and infowindow. When I go through the results table to display each region with corresponding data, only ...
-4
votes
0answers
27 views

Getting route between 2 points on Google maps app(View on map by default) in BlackBerry

I have used the code in the link google map with route in blackberry, to get route between 2 points in Google maps app. My query is, when we launch google maps app and pass latitude and longitudes of ...
-1
votes
0answers
19 views

Google Cluster Maps

I have some problem with clustering markers. I tried anything and always something is wrong... How Can I add clustering to code below ? I need simple clustering for 2-3 arras of marker, not more than ...
0
votes
0answers
5 views

Darker satellite images using google maps API

is it possible to make the satellite images a little bit darker? I want to draw for example white polygons and want them to be easy to recognize. If not possible to apply styles on the satellite ...
0
votes
0answers
30 views

Link to url if user tabs on google map pins

For a (mobile) project i need to forward the user to other URLs if he tab on a pin. it works, but just for one pin (the first in z layer -> Marouba Beach) - what i'm doing wrong here? here's the code: ...
0
votes
1answer
35 views

How to populate google map with multiple markers from JPA database

I have a JPA data object from a table that includes longitude, latitude, location name among other data. I need to display multiple google map markers on a JSF webpage. I will be very grateful for a ...
2
votes
0answers
55 views

Google Maps. Traffic information at specified point

Is there a way to determine what traffic condition is at specified concrete point or street? I figured out i could just "ask directions" and divide by length but it would be more convenient to have ...
0
votes
0answers
51 views

Google Maps Directions dragged polyline coordinates reset after extending the route

Hey guys, the function of this code is described below. there are some predefined functions below i.e getMapOption and others function initialize(){ var divCalcDis = $('divCalcDis'); var ...
0
votes
0answers
10 views

How to specify carefully print version of google maps route?

This is my route: http://goo.gl/1UFWI How to specify page breaks in print version for my divs... <div><img src="#" style="width:244px"><br> <img src="#"> ...
0
votes
1answer
118 views

Failed to find provider info for com. google.android.gsf.gservices Failed to load maps.Could not contact google servers

Failed to find provider info for com.google.settings Failed to find provider info for com. google.android.gsf.gservices Failed to load maps.Could not contact google servers After one night of ...
1
vote
1answer
34 views

google maps - kml file not displayed properly

Depending on how I load a KML file in Google Maps, it gives different results! First, here is the link to the KML file: http://www.hibiscus.cc/KML/Trace-2010-2011.kml 1 - All is OK when I create a ...
0
votes
0answers
8 views

Points not showing up

I have had the following site running pretty consistently for a while: hillcountrymapviewer.org. I came to find that the springs layer specifically is not showing in chrome. I tried various things ...
0
votes
1answer
36 views

Google maps javascript example not working

I am using the example from the google maps website. https://developers.google.com/maps/documentation/javascript/tutorial I am posting the entire code below. I get a blank screen - nothing seems to ...
0
votes
1answer
36 views

How to Change Global Variabel in Android

I want to make mapping application , but i have problem about change the global variabel in my code. how to change global latlng in global variabel in if else in method bundle.. please give me ...
0
votes
0answers
17 views

google directions on maps api v 2 issue

I had a question that I hope someone can answer. I am currently creating an app that will allow people to get directions. Now, my question is: I have to make a new class (activity) to add directions ...
0
votes
0answers
100 views

Google Maps API v3 and jQuery adding multiple markers by mouse

I tried to make a jQuery Mobile test program where the user can add multiple markers to a Google Map by right clicking mouse over the desired marker location. Marker appears to the right location but ...
-1
votes
0answers
29 views

How does google maps mark routes?

I wanted to know how (and what technology) does Google/Yahoo/Bing uses on its map to mark the routes from one destination to another? I'm building a similar application which requires to mark routes ...
0
votes
0answers
30 views

Google Maps API & Javascript loading sequence issues: local vs. hosted

I am having some trouble with a Google demo for their Maps API. The tutorial is here https://developers.google.com/maps/articles/mvcfun. I am using Firefox 20 on OS X 10.8.3. The problem comes ...
0
votes
3answers
51 views

Google Maps Distance Matrix REQUEST_DENIED

I did everything. This is my link ...
0
votes
0answers
13 views

Google Maps initialize issue

Hello i have a problem google maps. i have a opening window with fancybox, and i wanna show my google map in this window. But i couldnt make it. when i write this codes , fancybox doesnt work (doesnt ...

1 2 3 4 5 29