google-maps

search address on google map api

hello i rewrite the message for better understandnig how can i search for address only using google map api. if i will search for adderss i dont want google give a bussiness with the same name of the address ( i don't want to get bussiness at all) thanks for your help. ...

Is there an SVG Map library like Google Charts?

I'm looking for large-scale world maps that I can shade by country. Google Charts has an API for this but it only allows you to generate a small map (440x220 px). Does anyone know of a way to generate such maps with an open-source library? ...

GMaps controls broken in GWT 1.6+ ?

I've ported my GWT app to 1.7.0 from 1.5.2 and widgets that are used as a control on a GoogleMap no longer get ClickEvents. I've checked that the DOM insertion of the control is the same and there are no differences there. Since GWT 1.6 introduced a significant change in the way events are handled I'm thinking something has gone amis the...

iPhone: Detecting Tap in MKMapView

How do I detect a single tap on an instance of MKMapView? Do I have to subclass MKMapView and then override the touchesEnded method? Thanks, -Chris ...

GoogleMaps API v3 scrolling with mousewheel does not work

Has anyone found a fix for this? ...

Asp.net VB KML generation script error

I have to create a .kml file from the SQL 2005 database which contains data about real estate properties. The file name is genKML.aspx Imports System Imports System.IO Imports System.Data Imports System.Data.SqlClient Imports System.Text.StringBuilder Imports System.Xml Imports System.Net Partial Class myCDN_genKML Inherits System.Web...

google map api terms

hi All, is it allowed with Google map api to get local search results and store it in my database ? example when user on my site use the map search for searching local business and Google send to my site results back. can i take from Google results the name,address, specially latitude and Longitude of that local business ? ...

how to integrate google map?

i had implemented google map API with phoogle.php. Its working fine. But i cant able to view multiple places. Example: all country,all beaches ...

iPhone 3.0 MapKit -- providing routing between points

Is it possible to have the MapKit connect defined points using the Google Maps API type routing connections. ...

What is a good Google Maps Generator?

I am looking for a google maps API generator to save time? What do you recommend? Update: I want to generate (using my API key) a map of the US/WORLD and put markers are about 20 locations. Nothing crazy. I am looking for something similar to this http://schogini.us/ajax%5Fgoogle%5Fmap%5Fapi%5Fcode%5Fgenerator/ajax%5Fgoogle%5Fmap%5F...

How to convert an address into a Google Maps Link (NOT MAP)

After looking (Googling) on the web for a while I can find nothing that takes a address like: 1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003 and converts it into a clickable link: http://maps.google.com/maps?f=q&source=s%5Fq&hl=en&q=1200+Pennsylvania+Ave+SE,+Washington,+District+of+Columbia,+20003&s...

Javascript in Google Maps Info Window - doesn't work in IE

First off this is my - Test Site This is my testing playground for Google maps, I am not concerning myself with aesthetics. What I am having trouble with is getting some jQuery to fire when I click on a link inside of the info window. If you are familiar with Google Maps this is where I create my infowindow: GEvent.addListener(marker...

Map controls for sites running https

A team I work with is currently in an unfortunate situation. They've spent a lot of time integrating the google map control on their site but they didn't discover that to run google maps on a https site you must license the control (and it isn't cheap) and the same goes for bing maps. So my question is do you know of any cheaper/free ma...

How do I turn off/hide landmarks on googlemaps

Hi I am using the google maps api v2 to build attraction guide mashup. Currently it shows some landmarks on the tiles it returns. I notice some of the geocoding of certain attractions is off. Is there a way I can tell google to send back map tiles with no land marks? I cant seem to find any info on the api docs about it. ...

Thickbox and Google Maps Link

I'm using jQuery's thickbox and want to use it for a Google map link(s). The approach that I've seen does not work for the link (URL) format I'm using. The URL format: http://maps.google.com/?q=1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003 So if I use this: <a class='thickbox' href='http://maps.google.com/?q=1200...

Google Maps API Geocode Synchronously

I was wondering if its possible to geocode something using googlemaps api synchronously so instead of waiting for a callback function to be called, it would wait for a value to be returned. Has anyone found a way to do something like this. P.S.: I'm using version 3 of the api ...

google map dynamically put mark on map for my listbox (city, town) selection

Hi friends, I'm working on a property portal. I need to do implementation with gMap :/ I have a dynamic listbox and I need google map to dynamically put mark on map for my city and town selection... appreciate helps!! thanks ...

Google maps - show marker window from result list

edited code //array store the markers var googleMarker = []; //this function get json object with the marker data //place name,place id,place address. function AjaxGetUserToPlaces(res) { var l = res.value.length; for(var i=0;i<l;i++) { var point = new GLatLng(res.value[i].lng,res.value[i].lat) map.addO...

jquery ui dialog + Google Maps + IE8 error... What could it be?

Hi! I'm trying to use jquery ui dialog and google maps... so when an user clicks a link, the dialog opens showing the map. I've tried in many ways... it works on FF and Chrome but on IE8 the map is gray. In one of the changes in script reference order in html head, makes the map loads just a part of it in IE8... tried to load google ma...

Location search autocomplete that integrates with bing/google geocoding.

Any nice suggestions on auto complete location searches, that integrate with something like Google or Bings location data? I am wanting capture the location of my users on sign up, currently I have a free text input box. I am wanting to have some sort of auto complete that guides the user to inputting more sanitised information, ideally...