I am trying to use the Google geolocation API as documented here:
https://developers.google.com/maps/documentation/business/geolocation/
To help locate a 4G mobile device
However, the API states:
radioType: The mobile radio type. Supported values are gsm, cdma, and wcdma. While this field is optional, it should be included if a value is available, for more accurate results.
And then asks for: locationAreaCode (required): The Location Area Code (LAC) for GSM and WCDMAnetworks. The Network ID (NID) for CDMA networks.
Since this is a 4G device, it has a TAC, not a LAC
Does anyone know whether the API can work with LTE devices, and if not whether this is likely to change?