I'm getting the following errors when after installing the plugin. Any idea what it could be?
| Error Compilation error: startup failed:
/home/zoran/.grails/2.2.2/projects/play/plugins/geolocation-0.4.1/src/groovy/org/grails/plugin/geolocation/utils/GeoUtils.groovy: 4: unable to resolve class com.javadocmd.simplelatlng.LatLng
@ line 4, column 1.
import com.javadocmd.simplelatlng.LatLng;
^
/home/zoran/.grails/2.2.2/projects/play/plugins/geolocation-0.4.1/src/groovy/org/grails/plugin/geolocation/utils/GeoUtils.groovy: 9: unable to resolve class com.javadocmd.simplelatlng.LatLng
@ line 9, column 2.
static LatLng convertGeopositionToLatLng(GeoPosition geoposition){
^
/home/zoran/.grails/2.2.2/projects/play/plugins/geolocation-0.4.1/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy: 5: unable to resolve class com.javadocmd.simplelatlng.util.LatLngConfig
@ line 5, column 1.
import com.javadocmd.simplelatlng.util.LatLngConfig;
^
/home/zoran/.grails/2.2.2/projects/play/plugins/geolocation-0.4.1/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy: 6: unable to resolve class com.javadocmd.simplelatlng.util.LengthUnit
@ line 6, column 1.
import com.javadocmd.simplelatlng.util.LengthUnit;
^
/home/zoran/.grails/2.2.2/projects/play/plugins/geolocation-0.4.1/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy: 4: unable to resolve class com.javadocmd.simplelatlng.LatLngTool
@ line 4, column 1.
import com.javadocmd.simplelatlng.LatLngTool;
^
/home/zoran/.grails/2.2.2/projects/play/plugins/geolocation-0.4.1/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy: 20: unable to resolve class com.javadocmd.simplelatlng.util.LengthUnit
@ line 20, column 2.
private LengthUnit getLengthUnit(){
^
6 errors
Hi,
I'm getting the following errors when after installing the plugin. Any idea what it could be?