I\'m creating a mobile version of my site, coded in ruby on rails. I use the Cartographer plugin to generate google maps, and I\'m using JQuery mobile. On the first page of my site, there is a google
I intend to make an application that is related to parking management.User fills in the places where car is present.
I\'ve been asked to create a stand-alone site/app that\'s not connected to th开发者_如何学JAVAe web (all on a local server).
I have a page with two tabs. The first tab has photos and the second a google map. The problem is that the google map is not completely drawing because it is in a hidden div. So I moved the initialize
I am using the ovi maps API and I have a polyline with an event handler. The event handlerlooks like the following
am trying to display a map on android emulator, using the following code: var window = Ti.UI.createWindow();
can\'t seem to get t开发者_运维技巧his parser to work for google maps, I think its because there is no xml extension? It works on a xml file that I make, but when I use google xml it doesn\'t seem to
I am trying to create a map activity with an overlay image on the user location. Currently, I can maintain the map state when the screen is rotated by returning mapV.getMapCenter() in onRetainNonConfi
Does somebody know if there is any way to reproduce an ajax suggestion box like http://maps.google.com/ have in my webpage using the google maps api?
I\'m working on a BlackBerry application that uses a MapView. At the moment, I\'m only showing the MapView, nothing more.