Google-maps-device-locator.h: No such file or directory compiling Electron

following https://github.com/IBM/IoT-AssetTracking-Perishable-Network-Blockchain/blob/master/ParticleElectron/README.md

/Users/jps/Projects/asset-tracker/project.properties:

name=WatsonIoTAssetTracker
dependencies.Adafruit_LIS3DH=1.0.3
dependencies.Adafruit_GPS=1.0.3
dependencies.AssetTracker=0.0.10
dependencies.CellularHelper=0.0.4
dependencies.OneWire=2.0.1
dependencies.Adafruit_Sensor=1.0.2
dependencies.google-maps-device-locator=0.0.4

/Users/jps/Projects/asset-tracker/WatsonIoTAssetTracker.ino:

#include <google-maps-device-locator.h>
#include <OneWire.h>
#include <AssetTracker.h>
...

particle compile electron WatsonIoTAssetTracker.ino --saveTo WatsonIoTAssetTracker.bin:

WatsonIoTAssetTracker.ino:9:40: fatal error: google-maps-device-locator.h: No such file or directory
compilation terminated.
../build/module.mk:267: recipe for target '../build/target/user/platform-10-mWatsonIoTAssetTracker.o' failed
make[2]: *** [../build/target/user/platform-10-mWatsonIoTAssetTracker.o] Error 1
make[2]: Leaving directory '/firmware/user'
../../../build/recurse.mk:11: recipe for target 'user' failed
make[1]: Leaving directory '/firmware/modules/electron/user-part'
make[1]: *** [user] Error 2
../build/recurse.mk:11: recipe for target 'modules/electron/user-part' failed
make: *** [modules/electron/user-part] Error 2

Perhpas I’m using the wrong directory so the compiler doesn’t find the include file?

Make sure your Electron has system firmware 0.6.0 or later. If it’s running the factory default of 0.5.3 you’ll get that error as well.

Device OS: 0.7.0

Meanwhile I tried in in the WEB IDE, same error. I added the libs to the project and was able to compile it.

Looks like the libs are not added to the project on my Laptop, although they are included in the project.properties file.