Flat Data Result
open class FlatDataResult(val type: ResultType, val distance: Double, val title: String, val subtitle: String, val titleHighlights: List<StringRange>, val location: GeoCoordinates, val boundary: GeoBoundingBox, val payload: Long) : GeocodingResult
Deprecated
Use FlatSearch engine provided by createFlatSearch() method
Constructors
Link copied to clipboard
fun FlatDataResult(type: ResultType, distance: Double, title: String, subtitle: String, titleHighlights: List<StringRange>, location: GeoCoordinates, boundary: GeoBoundingBox, payload: Long)