Hi Krishnam,

1. Use CSS to highlight the currently clicked linked. You may do something
like this:
*      <style type="text/css">
        #side_bar a:FOCUS {
          color: purple;
          background-color: #d8da3d;
        }
      </style>*

2. To achive a street level view, set the zoom level to a much higher value
than 9 (which is the current value on
http://econym.org.uk/gmap/example_map9.htm). Here a code that changes it to
zoom level 14:
*map.setCenter(new GLatLng( 43.907787,-79.359741), 14)*;

You can download my modified version of the map here:
http://code.google.com/p/crescent-moon/source/browse/trunk/maps/google/js/v2/


On Tue, Jul 27, 2010 at 1:55 PM, Krishnam <[email protected]> wrote:

> Hi all,
>
> Real new to google maps API.
>
> I am using this map for my web site.
>
> Example page
> http://econym.org.uk/gmap/basic9.htm
>
> Map
> http://econym.org.uk/gmap/example_map9.htm
>
>
> I need help;
>
> 1) When I click on a link it should highlight so that its clearly
> visible that the map is showing that particular address.
>
> 2) The Zoom level should be Street Level.
>
> Please help me with the same.
>
> Thanks a lot in advance.
>
> Krishnam
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
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.

Reply via email to