WiFiNINA (MKR WIFI1010) and WiFiLocation

I'm working on an open weather API project and would like my device to find its location via wifi and so i can parse the long and lat into my API request. I found the WifiLocation library (GitHub - gmag11/WifiLocation: Google GeoLocation API wrapper for Arduino MKR1000, ESP8266 and ESP32) but it only supports ESP32 and ESP8266 through the wifi.h library. With the MKR Wifi1010 it uses the WiFiNINA library seems to be incompatible.

Currently all attempts to get the two to play nicely with each other results in

error: redefinition of 'class WiFiClass'

Is anyone else using MKR WiFi1010 and have a better solution or know how to get the WiFiNINA library to work with the WiFILocations it would be very much appreciated!

Not sure if that still helps but the Wifilocation library has been updated for MKR1000 support, it seems