Google map addon

Hi,

Having Exacly the same problem as of today.

Xander Zaaiman … Please let me know if you get any solutions for this.

Thanks

Look this : https://developers.google.com/maps/documentation/javascript/v2/

As mentioned by Fulvio Google has deprecated the Google Maps API v2, which this add-on requires. Please migrate to the new add-on ASAP. More info: https://vaadin.com/forum#!/thread/3802318

Thank you very much guys.

I did migrate my applications in to vaadin 7 and now using
https://vaadin.com/directory#addon/googlemaps-add-on
.

Hi,

desperately struggling for two days to run the Google Maps add-on with no success.

Will be very grateful for any support!

These are the versions:

Vaadin 6.8.2
GWT 2.3.0
GoogleMapWidgetV3 0.0.4 ( https://vaadin.com/directory#addon/googlemapwidgetv3 )
GWT Maps 3.8.0-pre1
JRE 1.7.0_25

These are dependencies in the Maven pom.xml

    <dependency>
        <groupId>org.vaadin.addons</groupId>
        <artifactId>googlemapwidgetv3</artifactId>
        <version>0.0.4</version>
    </dependency>
    <dependency>
        <groupId>com.github.rwl</groupId>
        <artifactId>gwt-maps</artifactId>
        <version>3.8.0-pre1</version>
    </dependency>
    <dependency>
        <groupId>com.google.gwt</groupId>
        <artifactId>gwt-user</artifactId>
        <version>2.3.0</version>
    </dependency>
    <dependency>
        <groupId>com.vaadin</groupId>
        <artifactId>vaadin</artifactId>
        <version>6.8.2</version>
    </dependency>

Below is an excerpt from the compilation log:

[INFO]
Validating newly compiled units
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/google/gwt/editor/client/EditorDriver.java’
[INFO]
[ERROR]
Line 97: No source code is available for type javax.validation.ConstraintViolation; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/google/gwt/editor/client/impl/BaseEditorDriver.java’
[INFO]
[ERROR]
Line 67: No source code is available for type javax.validation.ConstraintViolation; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/google/gwt/editor/client/impl/SimpleViolation.java’
[INFO]
[ERROR]
Line 40: No source code is available for type javax.validation.ConstraintViolation; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/google/gwt/editor/client/testing/MockSimpleBeanEditorDriver.java’
[INFO]
[ERROR]
Line 108: No source code is available for type javax.validation.ConstraintViolation; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/org/vaadin/addons/googlemapwidgetv3/0.0.4/googlemapwidgetv3-0.0.4.jar!/com/wildboar/vaadin/addon/googlemap/client/VGoogleMap.java’
[INFO]
[ERROR]
Line 25: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 26: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 27: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 28: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 29: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 30: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 31: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 32: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 33: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 34: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 35: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 36: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 37: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 38: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 39: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 40: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 41: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 42: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 43: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 44: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 45: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 46: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 47: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 48: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 49: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 50: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 51: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 52: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 53: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 54: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 55: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 56: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 57: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 58: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 59: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 60: The import com.google.gwt.maps cannot be resolved
[INFO]
[ERROR]
Line 143: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 145: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 145: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 146: MVCObject cannot be resolved to a type
[INFO]
[ERROR]
Line 146: MVCObject cannot be resolved to a type
[INFO]
[ERROR]
Line 147: InfoWindow cannot be resolved to a type
[INFO]
[ERROR]
Line 147: InfoWindow cannot be resolved to a type
[INFO]
[ERROR]
Line 157: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 159: ClickMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 159: ClickMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 167: DragEndMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 167: DragEndMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 175: IdleMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 175: IdleMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 187: DragEndMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 189: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 191: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 192: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 196: The method onEvent(DragEndMapEvent) of type VGoogleMap.MarkerDragEndHandlers must override or implement a supertype method
[INFO]
[ERROR]
Line 196: DragEndMapEvent cannot be resolved to a type
[INFO]
[ERROR]
Line 197: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 206: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 206: MapOptions cannot be resolved
[INFO]
[ERROR]
Line 207: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 207: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 207: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 209: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 209: DragEndMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 210: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 210: ClickMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 211: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 211: IdleMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 213: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 246: MapHandlerRegistration cannot be resolved
[INFO]
[ERROR]
Line 246: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 246: MapEventType cannot be resolved
[INFO]
[ERROR]
Line 251: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 252: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 259: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 260: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 264: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 264: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 265: MapOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 266: OverviewMapControlOptions cannot be resolved to a type
[INFO]
[ERROR]
Line 572: ImageMapType cannot be resolved to a type
[INFO]
[ERROR]
Line 598: Polyline cannot be resolved to a type
[INFO]
[ERROR]
Line 625: Polygon cannot be resolved to a type
[INFO]
[ERROR]
Line 656: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 663: ClickMapEvent cannot be resolved to a type
[INFO]
[ERROR]
Line 675: DragEndMapEvent cannot be resolved to a type
[INFO]
[ERROR]
Line 684: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 690: DragEndMapEvent cannot be resolved to a type
[INFO]
[ERROR]
Line 726: ClickMapHandler cannot be resolved to a type
[INFO]
[ERROR]
Line 735: ClickMapEvent cannot be resolved to a type
[INFO]
[ERROR]
Line 796: Missing code implementation in the compiler
[INFO]
[ERROR]
Line 941: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 952: MapWidget cannot be resolved to a type
[INFO]
[ERROR]
Line 960: MVCObject cannot be resolved to a type
[INFO]
[ERROR]
Line 967: MVCObject cannot be resolved to a type
[INFO]
[ERROR]
Line 974: LatLng cannot be resolved to a type
[INFO]
[ERROR]
Line 989: LatLng cannot be resolved
[INFO]
[ERROR]
Line 992: LatLng cannot be resolved to a type
[INFO]
[ERROR]
Line 1096: Marker cannot be resolved to a type
[INFO]
[ERROR]
Line 1100: Marker cannot be resolved to a type
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/javax/validation/super/javax/validation/Configuration.java’
[INFO]
[ERROR]
Line 93: No source code is available for type javax.validation.TraversableResolver; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 105: No source code is available for type javax.validation.ConstraintValidatorFactory; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 202: No source code is available for type javax.validation.ValidatorFactory; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/javax/validation/ConstraintViolationException_CustomFieldSerializer.java’
[INFO]
[ERROR]
Line 30: No source code is available for type javax.validation.ConstraintViolationException; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 39: No source code is available for type javax.validation.ConstraintViolation; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/javax/validation/super/javax/validation/MessageInterpolator.java’
[INFO]
[ERROR]
Line 66: No source code is available for type javax.validation.metadata.ConstraintDescriptor; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/javax/validation/super/javax/validation/constraints/Pattern.java’
[INFO]
[ERROR]
Line 75: No source code is available for type javax.validation.Payload; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘jar:file:/home/user/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/javax/validation/super/javax/validation/spi/ConfigurationState.java’
[INFO]
[ERROR]
Line 93: No source code is available for type javax.validation.ConstraintValidatorFactory; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 107: No source code is available for type javax.validation.TraversableResolver; did you forget to inherit a required module?
[INFO]
Computing all possible rebind results for ‘com.google.gwt.user.client.UserAgentAsserter’
[INFO]
Rebinding com.google.gwt.user.client.UserAgentAsserter
[INFO]
Checking rule
[INFO]
[WARN]
Detected warnings related to ‘com.google.gwt.editor.client.SimpleBeanEditorDriver’. Are validation-api-.jar and validation-api--sources.jar on the classpath?
[INFO]
Specify -logLevel DEBUG to see all errors.
[INFO]
[WARN]
Unknown type ‘com.google.gwt.editor.client.SimpleBeanEditorDriver’ specified in deferred binding rule
[INFO]
Scanning for additional dependencies: jar:file:/home/user/.m2/repository/com/vaadin/vaadin/6.8.2/vaadin-6.8.2.jar!/com/vaadin/terminal/gwt/client/WidgetSet.java
[INFO]
Computing all possible rebind results for ‘com.vaadin.terminal.gwt.client.WidgetMap’
[INFO]
Rebinding com.vaadin.terminal.gwt.client.WidgetMap
[INFO]
Invoking generator com.vaadin.terminal.gwt.widgetsetutils.EagerWidgetMapGenerator
[INFO]
Detecting Vaadin components in classpath to generate WidgetMapImpl.java …
[ERROR]
Dec 06, 2013 9:53:32 PM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getPaintablesHavingWidgetAnnotation
[ERROR]
INFO: Searching for paintables…
[ERROR]
Dec 06, 2013 9:53:33 PM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getPaintablesHavingWidgetAnnotation
[ERROR]
INFO: Search took 913ms
[INFO]
[WARN]
Widget class com.wildboar.vaadin.addon.googlemap.client.VGoogleMap was not found. The component com.wildboar.vaadin.addon.googlemap.server.GoogleMap will not be included in the widgetset.

Can somebody give me a hint?
Thank you in advance!