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. ...
Is there a way to create custom infowindow in new API V3 of googlemaps. If yes is there any example available? Thanks in advance. ...
I have a Marker Image And at different Location I want to write Dynamic text on Marker Image. Is it possible in V3 ...
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...
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... ...
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. ...
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 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...
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? ...
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...
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....
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 --...
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...
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. ...
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...
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 ? ...
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? ...
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...
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...
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 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. ...