> Documentation:
> "By default, all custom controls are placed after placing any API
> default controls. You can override this behavior by setting a
> control's index property to be a negative value. "
Whoops, thanks for that!
--
You received this message because you are subscribed to the Google
h the LayoutManager. If I set BOTTOM_RIGHT, it sticks the
control in the middle bottom. If I set RIGHT, it rises up to the top.
Is there a way we can set the direction it flows?
Thanks again!
Nick Spacek
--
You received this message because you are subscribed to the Google Groups
"Google Maps Ja
av controls bump my
control to the right. For now, I'll set the navigation controls to be
placed on the LEFT, but it'd be nice to be able to order the controls
as we see fit.
Thanks for this feature though!
Nick Spacek
--
You received this message because you are subscribed to th
Please 'star' this feature request:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2042
On Jan 6, 5:41 pm, Meenakshi Tadepalli
wrote:
> Hello
>
> Google maps API v3 doesn't seem to be working quite well for address
> disambiguation.
>
> Could anyon eplease let me know as to where i n
Can you use the onAdd function that you get by extending the Overlay
object?
On Jan 6, 1:33 pm, David Stevenson wrote:
> I know that the 'bounds_changed' event fires when the bounds are ready
> to be accesses, but it would be very nice if there was an event that
> only fired once when the map is
If you want to get really dirty, I've cooked up something completely
awful. I was interested in looking into how the map controls are
created/added so I could find a better workaround for my control
issues. I created this terrible piece of code:
http://github.com/nickspacek/Google-Maps-V3-Hacks/blo
Sure you can:
http://code.google.com/apis/maps/documentation/v3/overlays.html#CustomOverlays
Now, these aren't "custom controls" yet. But you can get them on
specific layers of the map by attaching them in the onAdd function:
var panes = this.getPanes();
panes.overlayImage.appendChild(div);
If y
Since I'm not the only one experiencing, I hope we can get
clarification if this is by design or a bug. If by design, I hope that
it is recognized as a feature request! Here is the feature request I
put in:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2042
Star it if you're intereste
On Dec 22, 5:13 pm, Ben Appleton wrote:
> Hi Nick,
>
> The geocoder already returns multiple results for ambiguous queries.
I realize that it is supposed to; I've just never seen it do it for
address lookups. Do you have an example? :) I've tried many and never
seen multiple results.
Nick
--
Y
I posted this as a feature request, and wanted to make sure that there
wasn't currently an option for this (there isn't that I can tell).
Probably should have gone the other way around, but oh well.
Is there any way to have the Geocoder return multiple matching
results? For example: if I query "Ha
10 matches
Mail list logo