Google Maps is a desktop and mobile web mapping service application and technology provided by Google, offering satellite imagery, street maps, and Street View perspectives. Also supported are maps embedded on third-party websites via the Google Maps API, and a locator for urban businesses and other ...

learn more… | top users | synonyms (2)

1
vote
0answers
9 views

Disable Google Maps scrolling on mobile layout

I am trying to a way to disable scrolling google maps on mobile layouts. function initMap(){ var isDraggable = $(document).width() > 480 ? true : false; // If document (your website) is wider ...
0
votes
0answers
7 views

Call to google maps geocode api works on local but fails on live server

I have a function that takes an array of addresses, passes them into the google maps geocode api and returns a list of latitude/longitude coordinates that are then saved to a database. It's been ...
0
votes
0answers
2 views

How to set default (angle) to map, default value to rotateControl?

At a wordpress directory site, dubainurseries.com, I have the google map and my markers on it. I want to load map 30-40 degree rotated into the page by default while it is on street view. Is there a ...
1
vote
1answer
3 views

Put custom icon on Polyline / Polygon etc

Well, I am not new to google map, but not very much experienced in it. I want to know how to put a CUSTOM ICON right on the middle of a polyline ? For clarity I attached an image, where you can see ...
-1
votes
1answer
14 views

Google maps API MapView only shows grid

I'm trying the HelloGoogleMaps project from this official google tutorial, and I get the applicaiton running just fine, 'cept the map isn't showing; instead you can see a grid without any data. Doing ...
0
votes
0answers
5 views

Working with the Google Places library to perform a nearby Search

I am trying to make a map that locates the user and then uses nearbySearch()to find the nearby places as entered in the form by the user.It is well represented in the site taxime.com. I have provided ...
0
votes
1answer
11 views

Javascript watchPosition with if statement to trigger actions based on nearest marker constantly triggering

I have some javascript that uses watchPosition to determne where the user is and i run a distance check to see how far away they are from 2 arrays of markers - ine array holds images and the otehr ...
0
votes
0answers
7 views

Ionic framework: google maps and iScroll not working properly

since ionic scrolling is sometimes very slow and full of lags, I installed iScroll lib but it doesn't seem to be compatible with google maps. Inside pages with google maps the scroll doesn't work or ...
0
votes
0answers
7 views

Google Maps, how to open & close multiple infoboxes [duplicate]

the following code which is mainly lifted from the Google tutorial and changed infowindows to infoboxes works like this. Loads & Opens all infoboxes correctly. Closes infoboxes when clicked on ...
0
votes
1answer
32 views

Can't get variable value [duplicate]

I'm working on this javascript code for geolocation. I don't understand why it doesn't pickup the value of my variable that are declared globally. How can I pass the "lat and "lng" variable ...
0
votes
0answers
9 views

Finding the shortest route from current location to the locations marked on a map

I have mapped my current location and also 4 other locations on my map.Is it possible the mark the route which is closest to the current location(1),then from that(1) to the next closest(2) ...
0
votes
2answers
11 views

Hide multiple markers on a map Android

Does anyone know if it is possible to hide a group of markers by selecting a radio button? eg: I have a map with a bunch of markers located at different cinemas. CinemaABC and CinemaDEF If I click ...
0
votes
0answers
14 views

Big Maps with v3 work perfectly in Chrome but very slow in firefox and IE [on hold]

We have big maps with v3 in our website. With Chrome it works perfectly, but Firefox or IE are really slow. e.g. http://goo.gl/GoIS0Z Try to move the map with the mouse Zoom in and out with double ...
0
votes
0answers
9 views

Find map location in google-maps

I'm displaying a google map (v3) to my users, so that they can pan/zoom around the map and select a location (and zoom level). I can user map.getZoom() function to find zoom level set by user but how ...
0
votes
0answers
9 views

i want to know that how can i able to make my android map application work offline?

I need to make an android app which will show some specific places in a map. and I want to use GPS for tracking user place and showing him the direction. but I want to assume that there is no Internet ...
-1
votes
1answer
14 views

Radius around route google map [duplicate]

I have searched for the solution of my problem but could not find it. I want to make the radius around the Google map route. For example if i am drawing route from the location AMSTERDAM to BERLIN ...
0
votes
1answer
18 views

Google Map infowindow showing last value of loop

I have used for loop to display the markers and info window. But the infowindow showing only the last value of the loop. Here is the code im using. function initialize() { try ...
1
vote
0answers
11 views

Get nearest 100 postal code latitude and logitude

When searching a Postal code in Google map , I want to get nearest 100 postal area code & latitude and logitude . var postData = { 'value' : CF242DE, }; $.ajax({ type: "POST", ...
-1
votes
0answers
12 views

Google Maps API v.3: Use default marker icon if not found at url

Currently google maps api doesn't show any icon if marker's icon attribute is set to a url that returns with 404. How can I tell google maps to use the default brownish marker icon (which can be used ...
-1
votes
0answers
11 views

Android Google Maps v2 point inside a GroundOverlay

i'm in a no way out situation, where i have a .png image that shows the signal of the user and i need to tell the user if he has signal or not. I've tried and already lost hours thinking about every ...
2
votes
1answer
23 views

Cannot get the infoWindow width to do calculation for making the content to the center of the InfoWindow

I have removed close button of infoWindow of google map with using jquery,but cannot get the infoWindow width to do calculation for making the text at the center of the InfoWindow. Remove close ...
0
votes
1answer
6 views

Android custom info-window google map v2 onclick button?

Hi i want to add marker info-window to my Google map in android application.So far i have add custom info window and it has Image and button.My target after click the marker then show the info-window ...
0
votes
0answers
29 views

Google Geocoding API and Google Maps showing different locations

I have an excel sheet with address and I want the corresponding latitude longitude data for them. I am using Python Code to access the Google Geocoding API. The resultant json data shows the formatted ...
0
votes
0answers
14 views

Plot circles onto Google Maps overlay using D3.js

I am trying to plot SVG circles on a Google map using D3.js. The circles are being rendered to the map but instead of being positioned to their lat and long positions they are sitting on top of one ...
0
votes
0answers
7 views

Compass on top left of the map using Google maps api V3 in phonegap android

How to insert the compass button on the top left of the Google map. I am now working on phonegap using the Google maps api V3, except compass everything is fine. I should not use plugins for android, ...
0
votes
0answers
9 views

Unable to load Google map with current location using phonegap

Showing the current location and mark other location within 200 miles. The other location(Latitude and Longitude) is already in my database. For current location it is not showing the map but if I'm ...
0
votes
0answers
11 views

google.android.gms.checkin.CheckinService has leaked ServiceConnection error

I am working on a project which has google map right at the first activity.When i switch off the phone and restart it , The map is not shown according to my requirements.It is shown at world level.I ...
0
votes
0answers
15 views

Radius search for my own markers [duplicate]

I searched the forums but no respectable answer. I have imported fusion tables into google maps api and now I want to integrate a radius search that returns results only with the markers I have ...
-1
votes
0answers
12 views

Google map API v3 places how can I display special places between two address?

I want to add google map in my website using Google map API v3 , but with special features, I know how can I use features of direction service, which I want,it is combining direction and places ...
0
votes
0answers
5 views

Save Google Maps polygon overlay into oracle using java in a parent child manner

Right now I have an application that allows users to draw a polygon on google maps. I need to save this polygon using java and MySQL in parent child manner but I'm unsure of best practices. Should I ...
1
vote
1answer
25 views

Create intersection of lines and circle using SVG and CSS

I am using google maps for interactive map. There is a limiatation the markers will always be a circle. I need circle along with intersection of 2 lines as shown below. I dont have access to ...
0
votes
0answers
7 views

Custom Slider in Infowindow not getting focus - Android Google Map v2

I am trying to create the setting panel at the info window such that we can use the slider inside the info window to adjust something. When it comes to the implementation and execution , I have found ...
0
votes
0answers
15 views

display user front end submitted post on google map

I already have front end posting system. I have one custom post type called "requirement". It is a real estate site. In that requirement form, user submit his name,mail,address and requirements ...
0
votes
0answers
18 views

Android : Getting Address From GeoCoder

I am working on sample application to get address from latitude and longitude.The Code i am using now is , private class GetCurrentAddress extends AsyncTask<String[], Void, String> { ...
-1
votes
0answers
14 views

Google Maps reporting wrong addresses in Australia with apartments

Here's a perfect example. Go to: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform and enter/select the address, "2 / 123 Wellington Street, EAST ...
-2
votes
0answers
10 views

show nearby places in marker's infobubble with distance and duration

My function of getting distance and duration var distance_o_marker=''; var duration_to_marker=''; var directionsService = new google.maps.DirectionsService(); function ...
-1
votes
0answers
15 views

Markers not showing when location is updated in Google maps

I have a Javascript function in which I update the location of a markers array. Following is the function: function setLocation(latitude, longitude, markerColor, counter) { try { ...
0
votes
1answer
17 views

SupportMapFragment inside a Fragment

I know that there has been an issue in putting a nested fragment in a fragment. But my application was designed to run on fragments and if i will be using activity for the map, my casting functions ...
0
votes
0answers
8 views

Center cursor click position in Google maps javascript

I have implemented a cursor on google maps pretty easy: map.setOptions({draggableCursor: 'url(images/pointcursor.png), auto'}); The problem is it uses the default top left click position for the ...
0
votes
0answers
8 views

Querying Google Maps to get distances between many places and a single location

I have a .csv of many locations such as counties and country names. I'd like to be able to query Google Maps to get the distance between all of these locations and one single city. For example, I'd ...
-1
votes
1answer
10 views

How to use Jquery and Google Maps API to convert street address from array to lat/long

I am trying to output the lat and long of each address in my array. Please refer to fiddle: http://jsbin.com/simumo/5/edit?html,js,console,output JavaScript: var address = [ ...
0
votes
0answers
20 views

Linkin custom google maps into google maps api

So I am trying to build on a project that maps out different data onto a map. The user data is taken from a custom google form I made. The form data then stores as a response sheet in the drive. When ...
0
votes
1answer
13 views

How to load geojson received from ajax call

How can I load GEOJson data on google map? I tried in different ways but it doesn't work.. I don't have data saved in file.json.. I have data in this form: var data = { "type" : "Feature", "geometry" ...
0
votes
0answers
11 views

Error after changing package name

I change my package name by using refactor option . then i made the reacquired changes in manifest file . then i made changes when imports of previous packages is done . But now all reference are ...
0
votes
1answer
24 views

using google map with leaflet plugin

I am a bit newbie in the mashup development. I began to develop my own google map app. After a while i run into one problem,i need to store more markers with the same psoition.Okey lets say the marker ...
-1
votes
1answer
15 views

Google Map itinerary from geoJSON file

I'd like to draw an itinerary between 2 markers which are defined in this geoJSON file: { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": {"type": "Point", ...
1
vote
1answer
27 views

Google map View not working

I'm triying to use google map on my Android App and I have some problems, First my class Geoloc.java : public class Geoloc extends MapFragment { private MapView map; private GoogleMap nmap; ...
1
vote
0answers
27 views

Google maps: Navigate home

I want to redirect a user to google maps and show him how to get to NYC from his home(My location definition). So I been trying this link: https://www.google.com/maps/dir/home/nyc I expect it to ...
0
votes
0answers
16 views

Google Maps for directions on iOS problems

I have a web application which opens Google Maps for directions from current location to a destination with this link. This works fine on Android but has two problems on iOS (assuming Google Maps App ...
-1
votes
0answers
8 views

Can I use different google map api keys for one application? [on hold]

I want to develop a GIS searching website, which requires user to register an account on it first. During the registration, it requires user to provide a google map api key, so each user will have his ...