Is there any way to getDragObject of GTilelayer or any other similar approach?
On Aug 26, 3:11 pm, geo123 <[email protected]> wrote: > These approaches - > > map.getDragObject().setDraggableCursor(foo); > map.getDragObject().setDragingCursor(foo); > > would definitely change the map cursor. > > But I want to change the cursor when the user 'mouse over' on any > feature of 'GTileLayer' > > for example: for a point GTileLayer, mouse cursor should only change > when the user 'mouse over' on any point and not to the other area of > map where points does not exists. > > On Aug 26, 2:44 pm, Mike Williams <[email protected]> wrote: > > > As far as the API is concerned, a GTileLayer covers the whole map, so > > just change the map getDragObject cursor. > > > map.getDragObject().setDraggableCursor(foo); > > map.getDragObject().setDragingCursor(foo); > > > -- > > Mike Williamshttp://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
