Braze Location
data class BrazeLocation @JvmOverloads constructor(_latitude: Double, _longitude: Double, _altitude: Double? = null, _accuracy: Double? = null, _verticalAccuracy: Double? = null) : IBrazeLocation
Constructors
Link copied to clipboard
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.