Package apple.mapkit.enums
Class MKLocalSearchCompleterResultType
- java.lang.Object
-
- apple.mapkit.enums.MKLocalSearchCompleterResultType
-
public final class MKLocalSearchCompleterResultType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAddressstatic longPointOfIntereststatic longQuery
-
-
-
Field Detail
-
Address
public static final long Address
- See Also:
- Constant Field Values
-
PointOfInterest
public static final long PointOfInterest
- See Also:
- Constant Field Values
-
Query
public static final long Query
- See Also:
- Constant Field Values
-
-