The InfoWindow is a standard class within the Google Maps JavaScript API; it is an overlay that displays content in a floating window above the map and is anchored at a specified location on the map.
0
votes
1answer
10 views
set position of infowindow android google maps v2
I have used custom infowindow when marker is clicked.
But it is showing window at default location.
i.e. on top of marker.
But, I want infowindow to get overlapped on marker.
How can set ...
0
votes
1answer
20 views
GoogleMaps api: How to place images in the content of Multiple InfoWindows?
In brief, I want to combine these two topics:
How to add an image to InfoWindow of marker in google maps v3?
Google Maps JS API v3 - Simple Multiple Marker Example
I have my location data stored in ...
0
votes
0answers
10 views
No arrow Google Maps Infowindow
I have created a custom Google Map using the V3 API. Infowindows work great on full browsers and tablets for both Macs and PCs. However the arrow part of the infowindow is non existant in either one ...
-1
votes
0answers
20 views
Zooming and streetview option in google maps
How to implement zoomin,Directions,StreetView and Bookmarks in infowindow.My requirement is infowindow details should come from database with additional information like bookmarks, streetview and ...
-3
votes
0answers
10 views
Zoomin in infowindow
How to implement zoomin,Directions,StreetView and Bookmarks in infowindow.My requirement is infowindow details should come from database with additional information like bookmarks, strretview and ...
1
vote
2answers
19 views
How to dismiss an info-window in android Google map API v2
I am trying to dismiss an info-window in an android program but i can't do this. Here i am using a click listener like
mGoogleMap.setOnInfoWindowClickListener( new OnInfoWindowClickListener(){ ...
1
vote
1answer
17 views
How to create multiple infowindow in google map api
I create 3 markers in the map whose data comes from a json. but when I click on a marker and try to open the Info window only the last marker will response correctly.. please help me.... this the ...
1
vote
0answers
29 views
Fetching data from database and displaying in google map infowindow using json
I am fetching the data from database using json but the google map is not displaying at all. Also i want to display the data in infowindow.But unable to get the map.I dont know what i am missing ...
0
votes
0answers
30 views
Unable to close InfoWindow after switching to new Visual Refresh
I decided I'd give the new Visual Refresh that was announced at Google I/O 2013 a try, since all it takes to get the new basemaps/UI is a single property/query string.
JavaScript API
function ...
0
votes
0answers
19 views
Infowindow not displaying image
I am using google maps and want to display an image in infowindow which is fetched from database but instead of image it displays an image file name(for example edit.png). But how to get the image.
I ...
0
votes
0answers
26 views
Fetch image from database and display in google map infowindow
In google maps ,how to fetch image from database and display in infowindow with other details in asp .net.
The image is coming as System.byte[] from database. How to convert and display it?
-3
votes
0answers
37 views
Google Maps - Info windows showing same for all markers
trying to set up a google map which reads from a MySQL database, then geocodes the addresses and plots them on a map everything is working well except the info windows are showing the same data for ...
0
votes
1answer
89 views
How to add image into InfoWindow of marker in google maps API V2 Android?
i have this
mapa.addMarker(new MarkerOptions()
.position(latlng)
.title("HI")
.snippet("HI;HI")
...
0
votes
0answers
24 views
Scroll issue in InfoWindow
I am facing scroll bar issue in InfowWindow.
I am able to display the content in InfoWindow, but some of the infowindow shows horizontal and verticls scroll bars.
How to avoid this.
On debug in ...
0
votes
1answer
29 views
Google Map through TypeError: b.P is not a function error
I am trying to use infowindow in google map. Map is implementing but whenever I used to click on any marker there is always an error in console "TypeError: b.P is not a function"
Following is the code ...
0
votes
0answers
24 views
multiple info window on MAP
I am working on an android application which majorly uses Google MAP API.
Currently, google MAP api allows only single info window over the markers. I need to put text OR image on all the markers over ...
0
votes
0answers
26 views
setOnClickListener on icon in InfoWindow
I am struggling with a stupid problem many hours.
For my example, I am trying to create a InfoWindow for every marker that user click.
and when you click on icon in infoWindow new activity should ...
17
votes
2answers
557 views
Android Google Map API V2 : Open Custom Info Window on Right Side of Marker
I have Integrated Google MAP API V2 for Android. I want to have a Custom Info Window at Onclick of My Marker. Up to that it is fine. i have integrate it.
What I want : I want to Show my Custom Info ...
0
votes
0answers
54 views
custom gmap info window on Wordpress GEOTHEME
hope anybody can help me to solve this issue.
I use the this theme for wordpress. http://demo.geotheme.com/
And on the Homepage map, i want to customize the gmap info marker window, but still have ...
0
votes
0answers
34 views
custom InfoWidnow shape Google maps v2 android
I am able to change and fill custom controls in Info window contents by using InfoWindow Adapter. But, How can I change Info window shape??? How can I make it to circle or Oval from its default ...
2
votes
1answer
58 views
Google Maps Infowindow Position
I have a problem with this code, when i click on a marker I want the infowindow to open up at that marker's position.
When i click on every marker they all open up on the same position.
code:
...
0
votes
0answers
51 views
Unable to Generate Infowindows for multiple markers in Google Maps,
I'm stuck on a few issues in an attempt to write a google maps application for my site:
First, my site has article pages only have the address and no longitude and latitude coordinates. I'm able to ...
0
votes
1answer
107 views
android marker custom infowindow
I am using Google Map V2
I need to show the ListView (custom ListView with Image) in custom InfoWindow. I tried it and got success only in View, the problem is i can't get the listItemClick event.
...
-5
votes
0answers
46 views
Hi!! i want marker on click and click on marker open info window of latlng [closed]
<script src="https://maps.googleapis.com/maps/api/js?sensor=false&language=en"></script>
<script>
var map;
function initialize() {
var myLatlng = new ...
0
votes
0answers
100 views
use jQuery Mobile data-role inside jQuery-ui-map infowindow
I'm really frustrated, this problem is taking my sleep!
why in the code below, the data-role works outside the map but it does not work inside the ifowindow?
thanks to all in advance for your help!
...
0
votes
0answers
109 views
Google Maps InfoWindow has horizontal scroll bar
I have an issue with horizontal scroll bars appearing on the infoWindow popup when there is a lot of content inside. It is fine when there is a small amount of content that doesn't go below the ...
1
vote
0answers
82 views
google maps infowindow directions link
I have included google maps into my homepage for my customers to be able to find me easily. My problem is that i couldn't find a way to include the directions link like here:
...
0
votes
1answer
101 views
Google Map v3 - Center a infowindow when opened
I have a Google Map that works fine but I just need to tweak it so that when a marker is clicked and opens up a info window, I'd like that marker (and the map) to center on the screen. This is so that ...
2
votes
1answer
158 views
Weird glitch image on google maps infowindow with bootstrap
As you can see there is a glitch image right underneath the infowindow, the black shadow.
There is another glitch located in the zoom in and zoom out button.
I'm using bootstrap. Any ideas how to ...
3
votes
1answer
332 views
how to make the content in the marker info window clickable in android
I am using a custom layout to be displayed as Infowindow when clicked on map marker in android.
In the above picture, when I clcik on EditText to enter the name, I did observe that Edit Text is ...
0
votes
1answer
65 views
How to display EditText on marker InfoWindow on map in Android
I am trying to display EditText(To take input from user and perform some operation).
In the above image, I want the EditText control to be displayed in the Hello world info window. Please suggest ...
1
vote
2answers
124 views
Gmaps API v3 -> infoWindow Content not showing
I am using Google Maps API v3 on my website and am trying to display markers from a markersArray.
Here's the relevant code:
var map;
var markersArray = [];
var infowindow;
var marker;
Then I am ...
0
votes
1answer
589 views
How to create custom google maps (api v3) marker info windows (within context of a specific example)
1) So there's this great example of showing groups of markers by clicking on checkboxes, and I'd like to extend this by customizing the marker infowindow. Below is the code from this example - it ...
0
votes
1answer
696 views
Opening InfoWindow automatically when adding marker Google Maps v2 Android
Is there a way to open the infowindow automatically when we add a marker?
Using this code to add the marker but infowindow only opens when clicking the marker:
myMap.addMarker(new MarkerOptions()
...
0
votes
1answer
54 views
Creating multiple individual info windows alongside multiple markers in Google Maps
I know this has been posted on a hundred times before on this forum but after looking through the multiple solutions on Stack Overflow and Google I am still completely stuck!
My project searches the ...
0
votes
0answers
150 views
Rounded corners google maps InfoWindow
How can I make an InfoWindow in google maps that has rounded corners? It tried using InfoBubble but it didn't work in IE, and also didn't work well with anchors. Does anybody have some suggestions?
0
votes
1answer
367 views
How to show a Info window in iOS Google maps without tapping on Marker?
I am new to iOS development. This is regarding Marker info window in Google Maps iOS SDK.
I understand, we can create a marker with info window using GMSMarkerOption.
GMSMarkerOption ...
1
vote
1answer
196 views
Close info window of a marker programmatically google maps iOS
I know it's easy in the java version of Google Maps but I can't figure out how to get the info window to close in the objective C version of the SDK.
I'm using this method:
-(void) ...
0
votes
0answers
121 views
creating a custom infowindow google maps
I'm trying to create a customized info window for google maps. Instead of showing the info on a bubble on top of the marker I'm trying to position it to the bottom of the screen like Google has done ...
0
votes
0answers
147 views
How to add InfoWindow in jquery within Google Maps Api
I have to following code and want to add the info window to make it possible to calculate the route to my set marker and don't exactly how to make this happen.
// GOOGLE MAP
function googleMap ...
0
votes
0answers
125 views
Google Maps v3 - Infowindow always assumes the last marker's position
I'm running into an issue with the position of my infowindows. I am generating the markers in a for-loop, but when I click on an infowindow, the position is always set to the marker that was generated ...
0
votes
0answers
26 views
Google Maps infowindow callout is a few pixels out
it's my first time post at stackoverflow. (A bit nervous)
I'm having an issue around the infowindow callout box for Google Maps as shown on the image here: Infowindow callout
There's about 2-3 ...
0
votes
1answer
281 views
set InfoWindowAdapter show information only for first marker clicked
So, I have set infowindowadapter for my Google map, but the problem is that when I click on the first marker, it shows the information correctly, but when I hit the second marker it shows information ...
1
vote
1answer
119 views
Google maps Infowindow moves whole map position
I am getting furious about this issue on my page using google maps API.
When you clicked on markers (white with icon) the infowindow will be shown properly. However, when you click on the blue ...
2
votes
1answer
175 views
Using Custom Typeface in Maps V2
Am trying to customize the view of Snippet & Title in MapView using CommonsWare's Example However am not able to Customize the Typeface of the snippet.
Any luck?
0
votes
1answer
64 views
how to open the info window after search and pan to the position on google map
I try to open the info window after search and pan to the position on google map. Can someone help me? Thank you.
var availableTags = [];
for (i=0;i<mapLocationsJSON.length;i++){
...
0
votes
1answer
237 views
Markerclusterer and infowindow v3 is not working properly
I have used the sample code from google for markerclusterer. I added a code to display the coordinate of the marker in an infowindow for the markerclusterer v3 but the problem is it only loads the ...
1
vote
2answers
292 views
How to customise the state_pressed colour of an infowindow in Google Maps?
I am trying to customise the state_pressed behaviour of an InfoWindow in Google Maps. Normally when this InfoWindow is pressed, it turns yellow. That's also the case with custom InfoWindows. But I ...
0
votes
2answers
67 views
a href in a infowindow maps api v3
It's possible to call JavaScript from link in a infowindow? Know it's possible but in my case I can't figure how to declare i ?
i is a polygon number, and it mean to call function ...
3
votes
1answer
529 views
Dynamic contents in Maps V2 InfoWindow
I want to show an InfoWindow on markers in a Maps V2 fragment.
Thing is, I want to show BitMaps that are dynamically loaded from the web with Universal Image Downloader.
This is my ...



