google-maps

Google Map wordpress plugin

I am having trouble with a plug-in for word press which has very little documentation about it. I am working on http://goo.gl/fgVM and where ever the marker is, it has NO ACTION on click, whats strange is that a pop up appears if I install this plug-in on another theme/install. I was wondering if anyone with Google map API knowledge can ...

import cannot be resolved: import com.google.android.maps.*;

I was successfully using google maps in my application but then needed to change the Android SDK version from 1.5 to 2.0. Now the import for Google maps can't be resolved. ...

how to handle the event when markers load into memory .

i have many makers (maybe 500) to insert to maps, so i want to Optimization them google.maps.event.addListener(marker, 'visible_changed', function() { alert('ww') }); this code can't alert 'ww', when i zoom in the map(so some marker will not be seen) why can't trigger the 'visible_changed' event when zoo...

loading gMaps data into Fancybox help

I have an address and a little map icon and when the user clicks on the icon it loads up Fancybox with the gMaps data in it. Now, at first I tried to see how I could have my <div id="map"></div> load into the Fancybox modal. After trying like for ever to figure this out with ever API option available to me from Fancybox.net I gave up ...

I want to customized my infoWindow in google map

Hello sir I want to customized my infoWindow in google map.I am not customizing this window My live site :http://97.74.160.96/dev1/belgravecorp/home.html Reference site : http://www.bookdepository.co.uk/live I want to implement reference site functionality . Pleas help me .. Thanks Aasim Afridi ...

Map activity crashes on invoking it!!

My Map activity crashes on launch. I have included all the permission and also tested on a new standalone map project where it worked perfectly well with the underlying code. Rather when I incorporate the same code in my application, it crashes as soon as this activity is invoked. I have a project submission tomorrow morning, so please ...

What is the standard/best way of route implementation on iPhone?

Hi, I have read about a number of posts for developers who want to plot out a route on a map on an iPhone but there is no satisfactory answer as how to best achieve this. You can use the Route-Me library, add a layer on top MKMapView or send coordinates to phones map software then you navigate from your application, which in my opinion i...

Custom google map infoWindow

Hi I was working on customization of gmap infoWindow. I wrote the following code.. <script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAWFxfdA2Gu9LJMJw80x2tKhQhoncwM0SGfm1Opx_70t50wOiSWxRz3mt77PVPCsnMPENBxlx9FaX5AQ"&gt;&lt;/script&gt; <script src="javascript/extinfowindow.js" type="text/javascript"></script> <...

how to check the Variable is or not in the Memory using javascript .

i want to check the marker(google maps v3) is or not in the Memory when i zoom in map and can't see them . so what can i do , ...

How can i get real-time tracking results ?

We are trying to achieve is to collect fake gps tracks on some route without going in real time. We first realized by using maps.google.com we can download kml file from any direction between designated points.But these points depend on shape of the road where if we go through a bridge,kml file comes within only begin and end points of ...

flag/mark locations in google map with location name

Is it possible to mark the locations in google map dynamically with the location name. The client will provide us with the locations names through the rss feed. We will grab that location with php script (thats not a worry) and then want to mark them in google map. Say if we got the address: Weston Town Recreation Department 20 Alphabe...

Creating a Store Locator Flash Movie using Google Maps Flash API

Hello All, I am trying to create a flash banner add that utilizes the google maps flash api to display a store locator tool similar to this: http://portal.oggifinogi.com/Oggifinogi.DemoView/Latimes.aspx?pl=9b78efa4-ac0c-4a51-9516-8d0ebb5a1aa9&amp;camp=bcb25763-d64d-4ba7-b673-8195ba50e9f1 I have been given an extremely tight deadline a...

foursquare API and java

I am planning to develop a very simple java application (not mobile, but desktop apps) that utilizes web services, specifically Foursquare API and Google Map Web Service. I plan to get the users address and then using Google Map to translate the address to lattitude and longitude then feed this result to foursquare API method Venue metho...

Google Maps API v3 panorama problem

Hi-- I'm updating some v2 API code to work with the v3 API. For the most part it's way better. But I'm running into some issues with the panorama object. Though the panorama object appears in the correct div, and all the copyright/controls appear, the window is blank (solid grey). Oddly the pano window shows the proper address for the g...

'GOverlay is undefined' javascript error in IE 7, in spite of having loaded the Google Maps API

Despite loading the Google Maps API, via this url: http://maps.gstatic.com/intl/en_ALL/mapfiles/276b/maps2.api/main.js I'm getting the above error. Why is it that when I download that URL in my browser and do a find for 'GOverlay' I'm getting zero matches? Have Google removed this from their API or something, causing all my code to b...

google maps in aspx

Hello! i've tried to integrate the first example of google maps (http://code.google.com/apis/maps/documentation/javascript/tutorial.html#HelloWorld) in my aspx 4.0 project and it doesn't seem to work . Is aspx creating a problem (doesn't accept google maps) or am i doing something wrong? Regards, Alex Badescu ...

using geokit or other ruby gem to calculate the center of a series of geo coordinates.

I've been using the geokit and geokit-rails gem for rails for awhile but one question I haven't found answered is how to find the calculated aggregate center for a collection of points. I know how to calculate the distance between two points, but not more than 2. My reason is, I have a series of points all in the same city... all thing...

How to implement next page action as built in maps apps in iphone from apple

Hi Guys, In iPhone, Map application, Right corner button, that is next page animation button, Can we impletement this button action, Is it animation? Can you explain more in details. Thank you, Madan Avulagadda. ...

hard time with JSON and google maps

It might be a frequent question but i cannot figure out how to prevent errors in my parsing when the script can't find a property... in XML was easy because even the empty properties were like <location/> but now if location is not available JSON paser cant find it and it results in errors...OR it may happen the json has different pro...

Infowindow help on google maps api 3

Having similar problem as others have had on this website where it shows only the last marker's info window info in all markers. Can't seem to solve this with any of the solutions given. Also, the last one of my markers doesn't show an info window at all. <script src="http://www.google.com/jsapi"&gt;&lt;/script&gt; <script type="text/ja...