I'm new to the Google Maps JavaScript API and I'm applying a heatmap layer on google maps, similarly to the example in the maps heatmap documentation: https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap I'm loading a lo
I am trying to get travel time with traffic between two locations. I have followed the documentation guide with all details, but I always get a fixed traveltime between two points regardless to trafficmodel: (best_guess, pessimistic or optimistic). A
In my current project I have BaseActivity child activity feature. Base xml: <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schema
When the user clicks on the marker the first time I want a polygon to appear. The second time they click the polygon should disappear. This code works fine for the appearing part but it does not remove the polygon from the map. Every odd click just m
I'm embedding a Google Map within a website with a KML Layer and I'm struggling with what I would think is a very basic issue. I have a KML file on my computer that I want to add to my map as a KML layer but I don't know how to "access" that spe
In my application am plotting the markers from the latitude and longitude from Json when the latitude and longitude is updated in JSON it working fine and the markers get updated.But at sometime the all markers getting disable for a second and enabli
I am currently using Google Sketchup 2015 Pro to export Google Earth terrain as obj wavefront format. I want to export Mount Everest and its nearby surrounding mountains so I can import it into a game. How can I do this? I think Google Map Buddy did
I've created KML files of some world regions for display using the Google Maps API. This has been working fine, but one region has recently started displaying as if the data's corrupt. You can see what I mean here: https://drive.google.com/file/d/0B9
I am working a simple iOS app into which I am integrating Google Maps. but not getting any result . i have used this steps step 1:i have downloaded Google Maps Mobile SDK from this link sdk ios step 2: Create an API project in the Google APIs Console
I'm writing a Geo-location related software, and I've encountered a problem: In some point I'm asking the user to enter specific latitude and longitude coordinates - in decimal. My question is how can I limit those fields, so that the user won't be a
I'm doing a simple app using Google Maps v2. All i want is to draw a driver route between two points. I've put polyline but it just draw straight line. The line should track the road. I just don't know how to. Thanks in Advance This code is just gett
I have web application about tour and travel, In my website i have a map using Google Maps API V3. I am using CodeIgniter for Developing my web and to show Google Maps API V3 Iam using Google maps library from biostall.com. I founded to show multiple
How to get zip code with auto complete api of google in iOS? I have already tried google place api but it not return zip code So, please any one have solution give me some ideaUsing Google Maps iOS SDK Swift: @IBAction func googleMapsiOSSDKReverseGeo
When a visitor clicks a site it shows the StreetView at that location. When they exit the picture the code fetches the nearest two marker coordinates (from a mongodb) and zooms the map out to include the calculated bounding box. I would like to have
I have some issues with Google maps api v3. I managed to create a map where new markers are displayed when the user drag the map. However, it do not delete the past markers. I have read many tutorials and thread (especially this one: Google Maps V3:
I am using Google Maps SDK in my iOS app, and I need to group markers which are very close to each other - basically need to use marker clustering like its shown in the attached url. I am able to get this functionality in the Android maps SDK, but I
How do I put the place mark on google maps? The code below shows only particular location but I want to add my custom place mark image on google maps. <!DOCTYPE html> <html> <head> <script src="http://maps.googleapis.com/maps/api
Using the Google Maps API v3, I'd like to take the map center coordinates and construct a URL based on them that would send a user to an external mapping site. Constructing the URL is not the problem, however keeping the URLs updated as the map moves
i am using google maps with my project as you can see here ( Demo ) in left top you can see man icon and zoom i want to remove man icon and set zoom left-top what should i do? i am using this library js library and you can see other library in (view)
I have an Activity that implements Google Maps.When I start it, the activity stops for a few seconds, until the Map is completely loaded. I would like to use a ProgressDialog until the map does not load, but I can not start it in a background thread,
OK, I'm having the weirdest bug right now : the Android application I'm working on is displaying a grey background instead of the map, such as below : WTF http://img4.hostingpics.net/pics/572343Screenshot20130425161918.jpg Here's the logcat : 04-25 1
I've heard that it is possible to submit an Address instead of Longitude and Latitude and this would be much more feasible for my system. The user has to input their address when creating their profile and their profile afterwards will then display a
I am following this tutorial from google for google maps: https://developers.google.com/maps/articles/phpsqlajax_v3?hl=es I formatted my code as so: echo '<markers>'; // Iterate through the rows, adding XML nodes for each for($i = 0; $i< $brewery
I am trying to find some minamilistic google geocoding script. The ones I have found are very large and complicated, but this one is very simple. The only thing it doesnt do is actually put the co-ordinates in two input boxes like the others. Here is
I'm developing this application for a drupal site. Using examples from the api site, I got the map to work fine with hardwired html with javascript fixed in it. But I really need to use ajax and the ajax function with the same data is showing only th
I have Create application which contains google map. If i install app with debug mode in device then it shows map fine, but if i installed app after sign in with release mode map is showing only squares... any suggetions? Please help me...please go t
I want to get latitude and longitude of particular address . How can i do this ?This is the sample solution to your question. OR List<Address> foundGeocode = null; /* find the addresses by using getFromLocationName() method with the given address*/
I am experiencing a problem with my app. The 1st screen that appears is a map that displays pins that are located based on an XML file that is loaded from our server. Sometimes the app loads as expected. Other times, the map loads but none of the pin
How do I float a div "menu" on top of my Google Maps API "map" div. And maybe possibly add a transparency of 50% on the menu div. Can this be done? #map {width: 835px; height 540px; float: left;} #menu {width: 145px; float: right; padd
Got some errors following the tutorial for MapView when i was going to integrate overlays. TravelBuddy.java package com.jappapps.android.travelbuddy; import java.util.List; import android.graphics.drawable.Drawable; import android.os.Bundle; import c