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