-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.SOURCE) public @interface AddressMatchStatus
Annotation class that defines the location match result status options. The match is done with the requested street name and door number and map data.
Possible types are
-
-
Field Summary
Fields Modifier and Type Field Description public final static intNOT_MATCHpublic final static intMATCH_STREET_NAMEpublic final static intMATCH_DOOR_NUMBER
-