Re: gmap2 and helper classes / methods?

2009-02-28 Thread Antony Stubbs
commands, e-mail: users-h...@wicket.apache.org - ___ http://stubbisms.wordpress.com http://stubbisms.wordpress.com -- View this message in context: http://www.nabble.com/gmap2-and-helper-classes---methods--tp20468014p22259981.html Sent from the Wicket - User

Re: gmap2 and helper classes / methods?

2008-11-13 Thread Martin Funk
2008/11/12 Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] Hi I seem to be lacking some helper methods for finding out if a glatlng are in a gbounds etc.. Are there someone out there who has implemented anything or do I need to roll my own, and if the latter I guess I should provide a

Re: gmap2 and helper classes / methods?

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
Hmmm, I got so far: public boolean isWithInBounds(GLatLngBounds bounds, GLatLng point) { //if (pointlat maxY pointlat minY pointlng minX pointlng maxX) { //execute script } if (bounds.getSW().getLat() point.getLat()

gmap2 and helper classes / methods?

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
Hi I seem to be lacking some helper methods for finding out if a glatlng are in a gbounds etc.. Are there someone out there who has implemented anything or do I need to roll my own, and if the latter I guess I should provide a patch? -- -Wicket for love Nino Martinez Wael Java Specialist @

Re: gmap2 and helper classes / methods?

2008-11-12 Thread Jeremy Thomerson
I haven't, but if you find it, I could definitely use it, too. I just haven't had time to move on it. So be sure to submit a patch! Thanks Nino! -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 12, 2008 at 1:45 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: