Searched full:geocode (Results 1 – 25 of 148) sorted by relevance
123456
124 * Information about the address itself as opposed to the geocode.139 * Information about the address itself as opposed to the geocode.156 * Information about the address itself as opposed to the geocode.169 private com.google.maps.addressvalidation.v1.Geocode geocode_;177 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>179 * @return Whether the geocode field is set.192 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>194 * @return The geocode.197 public com.google.maps.addressvalidation.v1.Geocode getGeocode() { in getGeocode()199 ? com.google.maps.addressvalidation.v1.Geocode.getDefaultInstance() in getGeocode()[all …]
17 // source: google/maps/addressvalidation/v1/geocode.proto28 * Protobuf type {@code google.maps.addressvalidation.v1.Geocode}30 public final class Geocode extends com.google.protobuf.GeneratedMessageV3 class32 // @@protoc_insertion_point(message_implements:google.maps.addressvalidation.v1.Geocode)35 // Use Geocode.newBuilder() to construct.36 private Geocode(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Geocode() method in Geocode40 private Geocode() { in Geocode() method in Geocode48 return new Geocode(); in newInstance()67 com.google.maps.addressvalidation.v1.Geocode.class, in internalGetFieldAccessorTable()68 com.google.maps.addressvalidation.v1.Geocode.Builder.class); in internalGetFieldAccessorTable()[all …]
65 * Information about the address itself as opposed to the geocode.77 * Information about the address itself as opposed to the geocode.89 * Information about the address itself as opposed to the geocode.103 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>105 * @return Whether the geocode field is set.115 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>117 * @return The geocode.119 com.google.maps.addressvalidation.v1.Geocode getGeocode(); in getGeocode()127 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>
25 * High level overview of the address validation result and geocode.76 * The various granularities that an address or a geocode can have.81 * identifies a `LOCALITY`. However, if we are unable to find a geocode for82 * "123 Main Street" in Redwood City, the geocode returned might be of123 * A geocode that should be very close to the building-level location of134 * The address or geocode indicates a block. Only used in regions which145 * The geocode or address is granular to route, such as a street, road, or200 * A geocode that should be very close to the building-level location of211 * The address or geocode indicates a block. Only used in regions which222 * The geocode or address is granular to route, such as a street, road, or[all …]
101 * [`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].121 * [`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
69 + "oogle/maps/addressvalidation/v1/geocode."92 + "lidation.v1.Address\022:\n\007geocode\030\003 \001(\0132).g"93 + "oogle.maps.addressvalidation.v1.Geocode\022"179 "Verdict", "Address", "Geocode", "Metadata", "UspsData",
17 // source: google/maps/addressvalidation/v1/geocode.proto50 + "le/type/latlng.proto\"\336\001\n\007Geocode\022%\n\010loca"
3 …Geocode.java.d -o out/soong/.intermediates/hardware/interfaces/broadcastradio/aidl/android.hardwar…13 * <p>Geocode is mainly for information display instead of parsing on radio application side. See16 public class Geocode implements android.os.Parcelable class29 …ic static final android.os.Parcelable.Creator<Geocode> CREATOR = new android.os.Parcelable.Creator…31 public Geocode createFromParcel(android.os.Parcel _aidl_source) {32 Geocode _aidl_out = new Geocode();37 public Geocode[] newArray(int _aidl_size) {38 return new Geocode[_aidl_size];74 return "Geocode" + _aidl_sj.toString() ; in toString()80 if (!(other instanceof Geocode)) return false; in equals()[all …]
1 …android.hardware.broadcastradio-V3-java-source/gen/android/hardware/broadcastradio/Geocode.java : \2 hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl
20 public android.hardware.broadcastradio.Geocode[] geocodes;55 geocodes = _aidl_parcel.createTypedArray(android.hardware.broadcastradio.Geocode.CREATOR); in readFromParcel()
64 private static final RadioAlert.Geocode TEST_GEOCODE_1 = new RadioAlert.Geocode(66 private static final RadioAlert.Geocode TEST_GEOCODE_2 = new RadioAlert.Geocode(91 new RadioAlert.Geocode(/* valueName= */ null, TEST_GEOCODE_VALUE_1)); in constructor_withNullValueName_forGeocode_fails()93 mExpect.withMessage("Exception for geocode constructor with null value name") in constructor_withNullValueName_forGeocode_fails()95 .contains("Geocode value name can not be null"); in constructor_withNullValueName_forGeocode_fails()101 new RadioAlert.Geocode(TEST_GEOCODE_VALUE_NAME, /* value= */ null)); in constructor_withNullValue_forGeocode_fails()103 mExpect.withMessage("Exception for geocode constructor with null value") in constructor_withNullValue_forGeocode_fails()105 .contains("Geocode value can not be null"); in constructor_withNullValue_forGeocode_fails()110 mExpect.withMessage("Value name of geocode").that(TEST_GEOCODE_1.getValueName()) in getValueName_forGeocode()116 mExpect.withMessage("Value of geocode").that(TEST_GEOCODE_1.getValue()) in getValue_forGeocode()[all …]
310 public static final class Geocode implements Parcelable { class in RadioAlert316 * Constructor of geocode.318 * @param valueName Name of geocode value.319 * @param value Value of geocode.323 public Geocode(@NonNull String valueName, @NonNull String value) { in Geocode() method in RadioAlert.Geocode324 mValueName = Objects.requireNonNull(valueName, "Geocode value name can not be null"); in Geocode()325 mValue = Objects.requireNonNull(value, "Geocode value can not be null"); in Geocode()328 private Geocode(Parcel in) { in Geocode() method in RadioAlert.Geocode333 public static final @NonNull Creator<Geocode> CREATOR = new Creator<Geocode>() {335 public Geocode createFromParcel(Parcel in) {[all …]
23 import "google/maps/addressvalidation/v1/geocode.proto";172 // Information about the address itself as opposed to the geocode.176 Geocode geocode = 3; field187 // High level overview of the address validation result and geocode.189 // The various granularities that an address or a geocode can have.194 // identifies a `LOCALITY`. However, if we are unable to find a geocode for195 // "123 Main Street" in Redwood City, the geocode returned might be of207 // A geocode that should be very close to the building-level location of211 // The address or geocode indicates a block. Only used in regions which215 // The geocode or address is granular to route, such as a street, road, or[all …]
23 import "google/maps/addressvalidation/v1/geocode.proto";194 // Information about the address itself as opposed to the geocode.198 Geocode geocode = 3; field209 // High level overview of the address validation result and geocode.211 // The various granularities that an address or a geocode can have.216 // identifies a `LOCALITY`. However, if we are unable to find a geocode for217 // "123 Main Street" in Redwood City, the geocode returned might be of229 // A geocode that approximates the building-level location of the address.232 // The address or geocode indicates a block. Only used in regions which236 // The geocode or address is granular to route, such as a street, road, or[all …]
40 * Base class for geocode providers outside the system server.42 * <p>Geocode providers should be wrapped in a non-exported service which returns the result of50 * capable of implementing the geocode provider. All else equal, the service with the highest59 * <p>The service should have an intent filter in place for the geocode provider as specified by the62 * <p>Geocode providers are identified by their UID / package name / attribution tag. Based on this63 * identity, geocode providers may be given some special privileges.72 * The action the wrapping service should have in its intent filter to implement the geocode
39 import android.hardware.broadcastradio.Geocode;223 private static final RadioAlert.Geocode TEST_GEOCODE_1 = new RadioAlert.Geocode(225 private static final RadioAlert.Geocode TEST_GEOCODE_2 = new RadioAlert.Geocode(230 new Polygon[]{TEST_HAL_POLYGON}, new Geocode[]{1100 new Geocode[]{})}, TEST_LANGUAGE); in radioAlertFromHalAlert_withLowThanFourCoordinates()1122 new Geocode[]{})}, TEST_LANGUAGE); in radioAlertFromHalAlert_withDifferentFirstAndLastCoordinate()1220 private static AlertArea createHalAlertArea(Polygon[] polygons, Geocode[] geocodes) { in createHalAlertArea()1240 private static Geocode createHalGeocode(String valueName, String value) { in createHalGeocode()1241 Geocode halGeocode = new Geocode(); in createHalGeocode()
12 "geocode" : ["37.76","-122.427"], array39 ["/search.{format}{?q,geocode,lang,locale,page,result_type}",40 [ "/search.json?q=URI%20Templates&geocode=37.76,-122.427&lang=en&page=5",41 "/search.json?q=URI%20Templates&geocode=-122.427,37.76&lang=en&page=5"]66 "geocode" : ["37.76","-122.427"] array
598 private static RadioAlert.Geocode geocodeFromHalGeocode( in geocodeFromHalGeocode()599 android.hardware.broadcastradio.Geocode geocode) { in geocodeFromHalGeocode() argument600 return new RadioAlert.Geocode(geocode.valueName, geocode.value); in geocodeFromHalGeocode()612 List<RadioAlert.Geocode> geocodeList = new ArrayList<>(halAlertArea.geocodes.length); in alertAreaFromHalAlertArea()
105 // Geocode Resolver timer timeout441 /** Start retry timer in case Geocode Resolver fails */445 Log.d(TAG, "Starting Geocode Resolver Timer"); in startRetryRequest()448 Log.d(TAG, "Geocode Resolver Retry Timeout onReceive"); in startRetryRequest()461 /** Stop retry timer in case Geocode Resolver fails */464 Log.d(TAG, "Stop Geocode Resolver timer"); in stopRetryRequest()
178 static bool parseGeocode(int fd, const string& geocodeString, Geocode& parsedGeocode) { in parseGeocode()182 dprintf(fd, "Geocode is not of \"VALUE_NAME,VALUE\" format: %s\n", geocodeString.c_str()); in parseGeocode()228 } else if (EqualsIgnoreCase(areaTypeValuePair[0], "geocode")) { in parseAreaString()229 Geocode parsedGeocode; in parseAreaString()235 dprintf(fd, "Invalid area <TYPE> other than \"polygon\" and \"geocode\": %s\n", in parseAreaString()960 "<TYPE> can be either \"polygon\" or \"geocode\". If <TYPE> is polygon, <VALUE> is a " in cmdHelp()962 "<TYPE> is geocode, <VALUE> is of \"VALUE_NAME,VALUE\" format.\n"); in cmdHelp()965 " possible \"alert message for testing\" en-US geocode:SAME,006109_geocode:SAME,006209" in cmdHelp()967 "+geocode:SAME,006009\n"); in cmdHelp()
311 "android.hardware.radio.RadioAlert.Geocode#getValueName",312 "android.hardware.radio.RadioAlert.Geocode#getValue",545 mExpect.withMessage("Non-empty geocode value name").that(alertArea in verifyRadioAlert()547 mExpect.withMessage("Non-empty geocode value").that(alertArea in verifyRadioAlert()
27 … A new geospatial service providing capabilities to render maps, geocode/reverse geocode, track de…
22 * <p>Geocode is mainly for information display instead of parsing on radio application side. See27 parcelable Geocode {
19 import android.hardware.broadcastradio.Geocode;38 Geocode[] geocodes;
... [] polygons public android.hardware.broadcastradio.Geocode[] geocodes public static final android.os. ...