Creates Location from Json string
static Location fromJsonString(String value) => fromJson(jsonDecode(value));