abstract class LocationPropertyInfo
Represents a location’s property
isOptional
val isOptional: Boolean
when a property is optional
name
val name: String
of the property
equals
fun equals(other: Any?): Boolean
hashCode
fun hashCode(): Int
toString
fun toString(): String