SearchFilter

class SearchFilter : MapperInterface, Parcelable

Use this class to perform search actions on the map.

Constructors

Link copied to clipboard
constructor(parcel: Parcel)

Types

Link copied to clipboard
class Builder

Use this class to create your SearchFilter instance.

Link copied to clipboard

Properties

Link copied to clipboard

A es.situm.sdk.model.cartography.PoiCategory identifier used to filter and display the POIs that belong to the given category.

Link copied to clipboard
var text: String?

Text used in the searchbar to filter and display the search results whose name or description matches the filter.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toMap(): Map<String, Any>

Method to transform object into Map

Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)