You can prevent the cross from appearing by setting your icon to icon.dragCrossSize = new GSize(0, 0);
When you additionally define a maxHeight of 0 it should, if I understand you right, behave as needed icon.maxHeight = 0; On Mar 11, 3:14 pm, Pepijn <[email protected]> wrote: > When you start dragging a marker, a small cross will appear under it. > Either the marker moves up, or the cross moves down, depending on the > dragCrossMove property. The cross will be on the actuall location, and > the marker floating above it. The marker I use is in the shape of a > cross itself, and I use it to place or move locations on the map. > Having it float will make it point at the wrong location. > > On 11 mrt, 12:09, "Pil (Trustworthy from Experience)" > > <[email protected]> wrote: > > What do you mean with "floating"? Maybe one of the documented marker > > options is covering what you mean > > >http://code.google.com/apis/maps/documentation/reference.html#GMarker... > > > On Mar 11, 11:56 am, Pepijn <[email protected]> wrote: > > > > Hi, > > > > Is it possible to disable marker floating when dragging it? > > > > Cheers, > > > > Pepijn- Tekst uit oorspronkelijk bericht niet weergeven - > > > - Tekst uit oorspronkelijk bericht weergeven - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
