Re: ExceptionInIntializerError with MapTypeStyleFeatureType and MapTypeStyleElementType

2014-12-22 Thread Kevin Workman
I found one workaround involving writing native JavaScript that bypasses the GoogleMaps GWT API: package com.test.client; import com.google.gwt.ajaxloader.client.AjaxLoader; import com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions; import

ExceptionInIntializerError with MapTypeStyleFeatureType and MapTypeStyleElementType

2014-12-19 Thread Lars Gemeinhardt
Try this API https://github.com/branflake2267/GWT-Maps-V3-Api for Google Maps v3 support! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: ExceptionInIntializerError with MapTypeStyleFeatureType and MapTypeStyleElementType

2014-12-19 Thread Kevin Workman
Thanks for the reply. Unfortunately, I'm stuck with the official GoogleMaps GWT API. On Thursday, December 18, 2014 3:36:51 PM UTC-5, Lars wrote: Try this API https://github.com/branflake2267/GWT-Maps-V3-Api for Google Maps v3 support! -- You received this message because you are

ExceptionInIntializerError with MapTypeStyleFeatureType and MapTypeStyleElementType

2014-12-18 Thread Kevin Workman
I posted this question on StackOverflow http://stackoverflow.com/questions/27533785/gwt-googlemaps-hide-default-layers-using-styles, but I haven't received any answers, so I'm posting here. I'm using GWT and GoogleMaps (v3.8.0 https://code.google.com/p/gwt-google-apis/downloads/list), which I