Retrieving Location from Meta data

Thanks for the link, I’ve read it and as I understand it Dimity has fixed the problems the OP posted (Read Metadata values of Location or Text - #22 by Dmitriy) …

I tried the following internal commands, logging the results with this code:

BLYNK_WRITE(InternalPinMETA) {
  String field = param[0].asStr();
  String value = param[1].asStr();
  log_i("Param %s = %s", field, value);
}

Blynk.sendInternal("meta", "get", "Location") => Param Location =
Blynk.sendInternal("meta", "get", "Device Location") => Param ���?␏ =
Blynk.sendInternal("meta", "get", "Location of Device") => Param ���?␟ =

For my device, both the Lat/Lon are set (although they are set by the location of the Sim provider) and the Location is set from the Locations available in the organization.