BrazeLocation

fun BrazeLocation(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.


fun BrazeLocation(jsonObject: <Error class: unknown class>)
fun BrazeLocation(_latitude: Double, _longitude: Double, _altitude: Double? = null, _accuracy: Double? = null, _verticalAccuracy: Double? = null)