google-maps

Googlemap custom infowindow.

Is there a way to create custom infowindow in new API V3 of googlemaps. If yes is there any example available? Thanks in advance. ...

Googlemap Marker with Dynamic text

I have a Marker Image And at different Location I want to write Dynamic text on Marker Image. Is it possible in V3 ...

Google Maps InfoWindow Problem in a Flex 3 Website

Hi, I'm trying to create a Google Map with Flex 3 to dispaly the location of schools. When the user rolls over the school marker, the InfoWindow is supposed to show the name of the school. The markers are working fine. Unfortunately, the name of the school is not showing in the InfoWndow. I think that I have a problem in the InfoWindo...

How to integrate Google map on Facebook FBML Application?

As i didn't get answer for my previous question ... so as alternative to it ... is it possible to integrate googlemap on FBML application without using iframe ?? as i want to maintain map selection while loading or removing pins... that can only be possible if i do changes with FBJS only... ...

How to get the MapOptions object from a map with Google Maps API v3

In Google Maps api v2 you could get parameters such as the map type, zoom etc directly from the map object. In version 3 you have the setOptions method to set some parameters, but there is no getOptions() or options to retrieve them. ...

Infowindow in Googlemaps wont fill

Hi all, I've got the following problem with Googlemaps. I've created a createMarker function which returns a marker which i publish with addOverlay(). This works perfect, the marker get shown but the only problem is the click event voor the marker, i want a infowindow which is populated with the 'i want this text to be published' text,...

How do I get the HTML of a Google maps marker?

How get HTML element from Google maps marker (v3)? <div style="overflow-x: hidden; overflow-y: hidden; position: absolute; background-image: url(...); top: 62px; width: 70px; height: 70px; background-size: ; left: 924px; z-index: 97; opacity: 0,01; cursor: pointer; background-position: 0px -420px; background-repeat: no-repeat no-repeat...

How can I get the smallest LatLngBounds that still contains a set of Lat/Long Coordinates in Google Maps JS API?

I need to plot a set of coordinates on the map in response to a user selection, and when it happens, I'd like to pan the map to focus on that set of points. How can I find the smallest bounding box (LatLngBounds) that contains all of the coordinates? ...

How can I transform a custom overlay in Google Maps to account for projection?

I'm developing an application that uses Google Maps API v3. I want to make custom overlays that are squares exactly 1000km on each side (each overlay is actually a 1000x1000 transparent png, with each pixel representing 1 square km). My current implementation is this: function PngOverlay(map,loc) { this._png = null; this._loca...

Google Maps , function calling, event listener

Ive been trying to remove the GEvent.listener and make the function getaddress to run automatically but had no success, how could i call the getaddress function to run automatically? var map; var geocoder; var address; function initialize() { map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(40....

Get Map Bounds Using Android Google Maps

Hello, I was wondering if there was any way (I'm somewhat a newbie at Java) to get the MapBounds of a Google MapView on Android. Just to clarify, here's what I'd like to do. Calculate the maximum and minimum long and lat whenever the map is moved, or zoomed and display those values in a Toast. Is there any possible way to do this --...

Google maps points to the correct location but does not show the location name.

I create a Google map for my site using the API. It points to the correct location but the problem is it does not show the location name. See: http://myrtlebeachsweeps.com/ticket/angelos-steak-and-pasta . Zoom-in. Notice that the map shows the name of Cancun Lagoon Golf but it does not show the name of Angelo's. This direct Google ma...

Save Google map to jpeg using PHP?

Is it even possible? I am implementing an export to pdf functionality for a pile of data, one of which is a Google map with a marker. Thank you. ...

IE popup error "Unable to open this Internet site" with staticmap from maps.google.com

The exact error I'm seeing in an IE popup dialog is: "Unable to download staticmap from maps.google.com. Unable to open this Internet site. The requested site is either unavailable or cannot be found" This error seems only to happen with these circumstances: 1) From within an embedded IE control or via launching IE from .NET code usin...

find out famous places to visit between two cities

Hi , Does anyone know how to find famous places to visit between to cities using google map ? is there any site exist that provides famous landmarks or places to visit between two cities ? ...

Flash + Google Maps API: how to reload a map that was not loaded successfully

I start to load a Google map in my flash application and the network disconnects. I want to reload the map once the network is reconnected. How can i do that? ...

How to use multiple MapActivities/MapViews per Android application/process

My situation is the following: I have written one MapActivity class that is able to display a set of places as well as single places. On startup, the application creates an instance of this MapActivity and displays multiple places. If the user clicks on a certain place, then a new Activity is launched that shows the details of the select...

How do I view a map location's info by long clicking in a custom activity ?

I have an activity that extends MapActivty that renders out a marker. I would like the map to handle long clicks the same way the native Maps app does in finding the physical address of the geo point, displaying the address, then allow me to press the caption containing the address to view more details ie driving directions, what's near...

Android GPS My Location finding

Hi, I'm using this code to find my current location. But if I'm at home it can't locate me. But google maps and another similar applications can locate me although I'm at home. What is difference? ...

How is the zoom level set for map view?

How does one set the zoom level on a mapview? I have a map and when showing some locations, the name isnt displayed as the map isnt zoomed in enough. ...