location

@SerializedName(value = "location")
var location: String? = null

The location specified in the user's profile, if the user provided one. As this is a freeform value, it may not indicate a valid location, but it may be fuzzily evaluated when performing searches with location queries.

e.g.

"location": "127.0.0.1"