google-maps

Capturing a Map to embed in a Wordpress Blog post

I originally asked this question on Super User but was told that it might be better placed here... I have a running blog and to help me track and write about my runs I've recently bought a Garmin GPS watch. The setup works a treat and I'm able to share links to my runs in my blog such as: http://connect.garmin.com/activity/23842182 Is...

to display google maps in midlet application

what will be used (canvas,form or something else) to display google map in my midlet application ? description: i'll entering the longitude and latitude in textfield and based on that the map will display in browser (using platformRequest()). problem is : i want to display map in my emulator(mobile) please help me. ...

How to get markers from a GGeoXml loaded overlay in Google Maps?

I load a feed of markers from a GeoRSS source with the GGeoXml function. The markers come with a infowindow upon click. I need to remove this infowindow (since it does not fit inside my map), and bind a new click event on the markers. But how can I access these markers? I only have a reference to the GeoRSS overlay. ...

get gps location from mobile phone

Hello, I would like to know What is the best way to get the gps locations off multiple phones on to a googlemaps on a website. I just downloaded googlemaps with latitude on my phone. Is it only possible to query your own location with the public location badge, or can you also get the locations off your "friends". Anyone got experience...

How long are Google Static Map custom markers cached for?

How long are Google Static Map custom markers cached for? ...

how to calculate center point of different latitude and longitude in google map android?

dear friends, i have list of Latitude & Longitude of google map now i want to animate to center of these all co-ordinates can any one guide me how to achieve this. in other words i want to calculate middle distance or lat,long positions so that user could see most of the overlay points. it seems to be quite confusing for me. any hel...

Using the Google maps API with JavaScript or PHP?

i've read that you can use either javascript or php with google maps api. so what are the pros and cons for each of them? and if i got the geocodes stored in a database. should i get them with ajax and process them with javascript or should i use php? it says in the FAQ that 15000 requests are allowed per day per ip. does this mean tha...

Geocoding from App Engine servers results in 620

Is anyone else having this problem? Sometime last night after app engine's server maintenance, i have only successfully been able to geocode a few addresses -- most responses are 620 errors. ive been running the same app with no problems for 3 months, so i think i think its a problem on google's end. one other person on the google gro...

Using PHP and google Maps Api to work out distance between 2 post codes (UK)

Hay, I wondering how to work out distance between 2 post codes using PHP and Google Maps Api. Any one got any idea or links to examples. ...

how to get city name from latitude and longitude values in google map android?

dear friends, i want to obtain city name in google maps if i have lat,long values of town or area? i tired using lat,long i get country but dont know how to get city name. any help would be appriciated. ...

Render google map in wordpress, based on address custom field

I have a wordpress site with a large number of pages, each page represent a physical location. Now for each page I would like to display a google map based on the address. I know I can do this by installing for instance the Geo Mashup plugin http://wordpress.org/extend/plugins/geo-mashup/ but that requires (I believe) that I manually, fo...

activity to ask user to select point on map?

in my app, i'd like to have the user select a couple points on the map. ideally i'd fire an intent to trigger an activity with result each time they want to add a point, and in a local map view on my main activity, display all the selected points. later, i'll do something with all the points using overlays. i didnt see this exposed fr...

Using GoogleMaps, or Bing pseudo-commercially??

I have an app for which I have extensive use of geocoding, and map plotting. I'd like to make money off it, but not pay the $10k tax since I'm a little guy. I was thinking about offering the mapping aspects of the app for free, but charge for additional add-ons/features. Would this be breaking the google licensing? ...

Is it possible to create a system that will receive SMS messages with a location in the title and automatically transfer that information into Google Maps?

I'm looking at building a simple app based around location. Obviously given that lots of people don't have access to smartphones etc, I'm trying to figure out a way to allow them to text in their address/location details to an automated system that will locate them on Google Maps. Is this possible? And if it is possible, is it possible t...

MKMapView, Google Maps API and traffic information

Hi folks, By the time you finish reading this question, it will become obvious to you that I'm pretty new to this development. But I've got a quick question here. I think I (unfortunately, sorta) know the answer, but I figured I'd ask, anyway: I'm working on an app in which I'd like to display traffic data from Google Maps into a map. ...

How to look up ZIP/Postal Code by City using Google Maps API?

How can I extract a Postal Code or ZIP of a place by giving Google Maps a city on the map? Basically I'm looking for a free verification service for checking completed addresses for accurate details. I seem to remember the maps API can somehow provide a geographical point when given an address. Now I'm searching for a slightly reverse...

Marker Manager not showing markers

Hi there, I am having problems using the MarkerManager. Somehow Markers added with the MarkerManager do not show up, though i do mgr.refresh(); It works when i use basic map.addOverlay(marker); but not when using mgr.addMarker(marker);. Weird. Hope someone here can help. Here's the relevant code: if (GBrowserIsCompatible()) { ma...

How do I get the location type (apartment building, house, office complex, etc.) from confirmed address?

I built a web application that uses Yahoo Geocoding API or Google Maps API to validate the user's address. Now I want confirm if the user need to enter an apartment (or suite) number by the exact address I have. Maybe there is an API that provides both services. Right now, my application asks the user if he is in apartment building, ho...

Using jQuery to extract CDATA in XML for use as HTML content

I am retrieving a Google Earth .kml (xml) file and using the content to place markers in Google Maps. The particular XML tags I am interested in look like: <Placemark> <name>Bahamas-LSI</name> <description><![CDATA[ <img src="http://coralreefwatch.noaa.gov/satellite/ge/data/current/vs_Bahamas_LSI.bmp"&gt; <p>...

Testing Google Maps API locally

I am trying to test Google Maps in development sites under IIS. My local testing URL is http://sitename/. As there is no “.com” in the name, I cannot obtain an API key. I can obtain a key for http://localhost/, but I am wondering if there is a way to use the testing URL http://sitename/. ...