Class: Location

Wildix.Models.Location()

new Location()

Represents a geographic location of User.
Used in user model and can be received from Wildix.Models.User.
Properties:
Name Type Description
address string Address of this location
lat string Latitude in degrees
lng string Longitude in degrees
Example
user.get('location').get(property)

Extends