Re: GWT Maps api v3 Custom overlays

2013-02-23 Thread msa...@gmail.com
Try Sasha Maps: http://www.maryanovsky.com/sasha/maps/ It's a maps library written from scratch in GWT, so no issues like inconsistency between the underlying JavaScript API and the Java API that wraps it. On Thursday, November 15, 2012 3:27:30 PM UTC+4, Giorgos Kritsotakis wrote: > > Hello,

Sasha Maps - now with Android support

2013-01-25 Thread msa...@gmail.com
I'm proud to announce a new release of Sasha Maps at http://www.maryanovsky.com/sasha/maps/. This main feature of this latest release is official support for Android! Also, you can now easily utilize high-resolution screens (such as in the retina iPhone/iPad or the Galaxy Nexus) in your maps. S

GWT Maps API

2011-04-05 Thread msa...@gmail.com
I've just released a new version of Sasha Maps, my maps API implemented in pure GWT. Added support for GWT 2.2 and fixed some issues with animation smoothness on the iPad. http://www.maryanovsky.com/sasha/maps/ or demo at http://www.maryanovsky.com/sasha/maps/demo/ Enjoy, Alexander (aka Sasha) M

SashaMaps 2010.04.16 - GWT 2.0 support

2010-04-21 Thread msa...@gmail.com
I'm proud to announce a new release of Sasha Maps at http://www.maryanovsky.com/sasha/maps/. This latest release moves Sasha Maps to GWT 2.0 with an overhaul of the touch and mouse event handling system, use of ClientBundles, conditional deferred-binding properties and other cool features. Support

Re: Adding new event types (touch etc.)

2010-02-09 Thread msa...@gmail.com
On Feb 8, 11:17 am, Thomas Broyer wrote: > On Feb 7, 7:54 pm, "msa...@gmail.com" wrote: > > Is there a way to get GWT to deliver new native events to > > Widget.onBrowserEvent(), > > Yes, just use > @com.google.gwt.user.client.impl.DOMImplStandard::dispatchEve

Re: Adding new event types (touch etc.)

2010-02-07 Thread msa...@gmail.com
On Feb 7, 8:21 pm, Thomas Broyer wrote: > If you want it to do it "cleanly", I'd suggest not relying on the > "magic" of addDomHandler but rather just register handlers in widgets > using addHandler and "sinking" the native handlers yourself (in the > case of those events, you know you're in WebKi

Adding new event types (touch etc.)

2010-02-07 Thread msa...@gmail.com
I am trying to implement support for the iPhone touch events in GWT. I've already done it with the old event listener mechanism (not very cleanly, but it's reasonable), and now I'm trying to update my library for GWT 2.0 and the new event handler system. See http://www.maryanovsky.com/sasha/maps/

Sasha Maps 2009.09.24 (now with iPhone support)

2009-09-24 Thread msa...@gmail.com
Hi all. I've just released a new version of Sasha Maps (a GWT-based mapping library, like Google Maps' client-side) at http://www.maryanovsky.com/sasha/maps/. This new version adds support for the iPhone! You can see an iPhone demo at http://www.maryanovsky.com/sasha/maps/iphonedemo/ (open this

Sasha Maps 2009.05.18 released

2009-05-18 Thread msa...@gmail.com
I've just released a new version of Sasha Maps at http://www.maryanovsky.com/sasha/maps/. Sasha Maps is a pure GWT (not a wrapper or another Javascript library) implementation of a library similar to Google Maps. This latest release updates the library to GWT 1.5 and the Java 1.5 language feature