I have a request from a client for an information window that is always
visible on the map. Is something like this possible? Right now I am using
markers like this:
var marker = new google.maps.Marker({
position: new google.maps.LatLng(34.0785,-118.377),
map: map,title: '411 N WESTMOUNT DR 90048',
icon:
'http://gmaps-samples.googlecode.com/svn/trunk/markers/blue/blank.png'});
var marker = new google.maps.Marker({
position: new google.maps.LatLng(34.0584,-118.274),
map: map,
title: '619 S WESTLAKE AVE 90057',
icon:
'http://gmaps-samples.googlecode.com/svn/trunk/markers/blue/blank.png'});
var marker = new google.maps.Marker({position: new
google.maps.LatLng(34.0584,-118.274),
map: map,
title: '619 S WESTLAKE AVE 90057',
icon:
'http://gmaps-samples.googlecode.com/svn/trunk/markers/blue/blank.png'});
I get a nice information window when I hover but I want it to be visible all
the time.
Thank you!
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/6wPjDMDPJNkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.