Hi,
Using Google Maps on Android does anyone have any ideas on how to load only markers that would be displayed on the current screen?
I'm thinking about sending a request to a web service that returns the lat/lng for the relevant markers. But what would the parameters be that I could use to calculate if a given lat/lng is within the s...
Hi folks,
I'm trying to show and remove polygons onto a google map - using v3 of the API. In my javascript, i've already got an MVCArray of some custom Lat-Longs.
What I'm stuck trying to figure out is how to add these polys and then (based upon some other javascript event / user experience feedback .. like clicking on a poly (that has...
How can I get the list of e.g 3 nearest metro stations from specified point and the distance from the point to station?
...
I'm currently working on developing a Google Maps API implementation that overlays topographic data from USGS Terra Server. I think I have it pretty much under hand except that I can't figure out how to determine the name of the quad, name, & scale for the current tile being served from Terra Server. If you check out this site and zoom i...
I need to create an application where user can enter Longitude and Latitude in TextBox and it will show a MAP using Google Maps API. I need to show the Acquisition Date of Bird's Eye View and satellite View in the Map. Also an option that user can show the acquisition date to some third person.
How can I retrieve Acquisition Date and ge...
Hi,
I am currently running a rails app in production. Whenever i try to access my home page i get an error 500. This started happening recently so i have successfully run the app before.
I realised that i could access some of my inner pages and this problem seems to be common on pages using google maps api. So i figured it could be one...
Hi, I'm playing around with Google maps for the first time, so I looked at a nice tutorial over at CSS Tricks: http://css-tricks.com/google-maps-slider/ I like working with jQuery better than pure JS, and this tutorial makes a nice way to click on a place in a list to display the marker in the map.
I liked it that way, but I need to ad...
Is there a simple way to auto fill the "to" field for google maps via URL/HTTP? I already have lat,lng info. I want to leave the from field blank or use the users default.
Can I append keys to a URL maps.google.com/directions?to=lat|lng?
...
If I use an embeded google map in my website, will the data contained in an kml displayed be publicly viewable?
Will it be possible for the user to access just the data displayed (i.e., not the user interface) or would I have to provide that separately?
...
I have an activity that implements LocationListener in my application and my onLocationChanged method has been working perfectly up until recently. For some reason the Location object being passed into the method is null. My question is, why is it null? Does it pass in a null object if it cannot acquire a location?
My GPS is on and I...
I'm implementing a Google Map on a website.
One requirement is to display a directions box, which contains the same fields as the one Google Maps uses, and which pops up when the user clicks a button.
I'm aware that the Google Maps API allows you to draw a line between two different locations.
Is it possible to display the directions ...
Hi,
I'm working on what it looked to be like a very simple feature which is causing a little bit of a headache.
I work with a GIS and we integrate it with Google Maps. One of the clients requested to be able to open a separate pop up window showing only the map. Opening the window wasn't a problem, but as I try to expand the width of t...
Hi all,
I need to replace all special control character of a string in Java.
My need is for ask the google map api V3. And google doesn't seems to like this characters.
Example : http://www.google.com/maps/api/geocode/json?sensor=false&address=NEW%20YORK%C2%8F
This url contains this character : http://www.fileformat.info/info/uni...
Hi All,
Can mapkit framework provided in iphone be used to create an enterprise application, without violating Google privacy and terms. As I am creating enterprise application using enterprise certificate (http://developer.apple.com/programs/iphone/enterprise/) form apple, wanted to know weather I can use makkit framework in my applica...
I'm trying to add a letter to my marker and then have multiple markers (14 to be accurate) with letters. l have so far done this without success. I'm a complete novice with code and google API.
Can you tell what code l need to add and where?
Below is my code:
<script src="http://maps.google.com/maps?file=api&amp;v=2&am...
if i wanted to implement something like a carfinder, is it posible that on the mkmapview i can get routing-information ?
maybe the line, we know from google-maps or any information in an csv (or sth like that) that tells some waypoint-information ?
...
If you go to http://maps.google.com and zoom in until Google runs out of map the viewer automatically transitions to Streetview-mode (at least if Streetview is available at the location you zoomed in on).
I'm mucking around with the Google Maps v3 API. Is there a way to replicate the map-to-streetview effect here? I can enable Streetvie...
My application uses a large number of MapView screens and I'm trying to figure out how to manage the API key between the debug environment and production. Apparently, there is no way to change the debug application key in Eclipse so I must use a debug map API key in that environment. Conversely, there is no way to export a package for be...
Is it legal to charge for an iPhone app, lets say .99 cents, for an app that uses Apple's mapkit and a request to google to use their geocoding service? The geocoding is not the main part of the app and it is not advertised to be a geocoding app.
Is it ok to do this?
Someone mentioned that google has an iphone terms of service, but I c...
I have a page that displays a list of locations chosen by the user, and for each location it also shows the map with a marker pointing to the address.
Everything works fine in firefox and opera, but in safari, chrome and ie the controls (zoom, move, the map options, the scale) are only displayed in one or two maps on the page (usually ...