Braze Location
data class BrazeLocation constructor(_latitude: Double, _longitude: Double, _altitude: Double? = null, _accuracy: Double? = null, _verticalAccuracy: Double? = null) : IBrazeLocation
Constructors
Link copied to clipboard
constructor(location: <Error class: unknown class>)
Creates a BrazeLocation from Location object. If the location object has fields that are not available (altitude, accuracy, and vertical accuracy), due to either hardware limitations or Android OS level, the BrazeLocation will have those fields as null.
constructor(jsonObject: <Error class: unknown class>)