Is there a way to set map zoom with more precision than integers, perhaps a
zoom in between 1 and 2? It seems like passing floating type numbers like
1.5 for example does not work. This works in the Flash api I know. Thanks
a lot for any help!
--
You received this message because you are su
Well I don't have a demo yet but it's about presentation and communicating
that the map isn't done loading yet. What happens is the map loads before
the polygons are drawn. During this time I want to display the progress
bar.
--
You received this message because you are subscribed to the Goo
Is there a way to add a shadow to a polygon? I want to highlight one
particular polygon using a shadow. I do this with flash but I am
converting to js v3. Thanks everyone!
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To
>From what I can tell the DrawingManager is used for allowing users to
create their own polygons. From the api it seems that to do this it
provides special controls. But I'm not interested in allowing users to
define polygons, nor do I want these controls to display. I am trying to
programat
Is there a way to detect when a polygon draw completes. I have a situation
where I want to display a loading bar when polygons are being added, and
remove the bar when they are done drawing. Is there a call back for this?
I haven't found any such functionality. Thanks for your help.
--
You
Yea, I have a similar implementation my self, but given the deprecation of
flash api, I need to think about moving over at some point. I'm just
looking for that animated pan & zoom effect that flash3dmap gives with the
flyto method.
--
You received this message because you are subscribed to t
Is there a way or has anyone implemented the Flash method FlyTo avaiable
with 3dMaps for Javascript? The method essentially provides an animated
zoom and pan (at the same time) to a given zoom level and latlng. Obviously
the attitude parameter is irrelevant in the non 3d environment. Im main