public static interface OpenRtbProtobuf.GeoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
City using United Nations Code for Trade and Transport Locations (http://www.unece.org/cefact/locode/ser vice/location.htm).
|
com.google.protobuf.ByteString |
getCityBytes()
City using United Nations Code for Trade and Transport Locations (http://www.unece.org/cefact/locode/ser vice/location.htm).
|
String |
getCountry()
Country using ISO-3166-1 Alpha-3.
|
com.google.protobuf.ByteString |
getCountryBytes()
Country using ISO-3166-1 Alpha-3.
|
float |
getLat()
Latitude from -90 to 90.
|
float |
getLon()
Longitude from -180 to 180.
|
String |
getMetro()
Pass the metro code (seehttp://code.google.com/apis/adwords/docs/appendix/metrocodes.html).
|
com.google.protobuf.ByteString |
getMetroBytes()
Pass the metro code (seehttp://code.google.com/apis/adwords/docs/appendix/metrocodes.html).
|
String |
getRegion()
Region using ISO 3166-2.
|
com.google.protobuf.ByteString |
getRegionBytes()
Region using ISO 3166-2.
|
String |
getRegionfips104()
Region of a country using FIPS 10-4 notation (alternative to ISO 3166-2).
|
com.google.protobuf.ByteString |
getRegionfips104Bytes()
Region of a country using FIPS 10-4 notation (alternative to ISO 3166-2).
|
int |
getType()
Indicate the source of the geo data (GPS, IP address, user provided).
|
String |
getZip()
Zip/postal code.
|
com.google.protobuf.ByteString |
getZipBytes()
Zip/postal code.
|
boolean |
hasCity()
City using United Nations Code for Trade and Transport Locations (http://www.unece.org/cefact/locode/ser vice/location.htm).
|
boolean |
hasCountry()
Country using ISO-3166-1 Alpha-3.
|
boolean |
hasLat()
Latitude from -90 to 90.
|
boolean |
hasLon()
Longitude from -180 to 180.
|
boolean |
hasMetro()
Pass the metro code (seehttp://code.google.com/apis/adwords/docs/appendix/metrocodes.html).
|
boolean |
hasRegion()
Region using ISO 3166-2.
|
boolean |
hasRegionfips104()
Region of a country using FIPS 10-4 notation (alternative to ISO 3166-2).
|
boolean |
hasType()
Indicate the source of the geo data (GPS, IP address, user provided).
|
boolean |
hasZip()
Zip/postal code.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLat()
Latitude from -90 to 90. South is negative. This should only be passed if known to be accurate (For example, not the centroid of a postal code).
optional float lat = 1;float getLat()
Latitude from -90 to 90. South is negative. This should only be passed if known to be accurate (For example, not the centroid of a postal code).
optional float lat = 1;boolean hasLon()
Longitude from -180 to 180. West is negative. This should only be passed if known to be accurate.
optional float lon = 2;float getLon()
Longitude from -180 to 180. West is negative. This should only be passed if known to be accurate.
optional float lon = 2;boolean hasCountry()
Country using ISO-3166-1 Alpha-3.
optional string country = 3;String getCountry()
Country using ISO-3166-1 Alpha-3.
optional string country = 3;com.google.protobuf.ByteString getCountryBytes()
Country using ISO-3166-1 Alpha-3.
optional string country = 3;boolean hasRegion()
Region using ISO 3166-2.
optional string region = 4;String getRegion()
Region using ISO 3166-2.
optional string region = 4;com.google.protobuf.ByteString getRegionBytes()
Region using ISO 3166-2.
optional string region = 4;boolean hasRegionfips104()
Region of a country using FIPS 10-4 notation (alternative to ISO 3166-2).
optional string regionfips104 = 5;String getRegionfips104()
Region of a country using FIPS 10-4 notation (alternative to ISO 3166-2).
optional string regionfips104 = 5;com.google.protobuf.ByteString getRegionfips104Bytes()
Region of a country using FIPS 10-4 notation (alternative to ISO 3166-2).
optional string regionfips104 = 5;boolean hasMetro()
Pass the metro code (seehttp://code.google.com/apis/adwords/docs/appendix/metrocodes.html). Metro codes are similar to but not exactly the same as Nielsen DMAs.
optional string metro = 6;String getMetro()
Pass the metro code (seehttp://code.google.com/apis/adwords/docs/appendix/metrocodes.html). Metro codes are similar to but not exactly the same as Nielsen DMAs.
optional string metro = 6;com.google.protobuf.ByteString getMetroBytes()
Pass the metro code (seehttp://code.google.com/apis/adwords/docs/appendix/metrocodes.html). Metro codes are similar to but not exactly the same as Nielsen DMAs.
optional string metro = 6;boolean hasCity()
City using United Nations Code for Trade and Transport Locations (http://www.unece.org/cefact/locode/ser vice/location.htm).
optional string city = 7;String getCity()
City using United Nations Code for Trade and Transport Locations (http://www.unece.org/cefact/locode/ser vice/location.htm).
optional string city = 7;com.google.protobuf.ByteString getCityBytes()
City using United Nations Code for Trade and Transport Locations (http://www.unece.org/cefact/locode/ser vice/location.htm).
optional string city = 7;boolean hasZip()
Zip/postal code.
optional string zip = 8;String getZip()
Zip/postal code.
optional string zip = 8;com.google.protobuf.ByteString getZipBytes()
Zip/postal code.
optional string zip = 8;boolean hasType()
Indicate the source of the geo data (GPS, IP address, user provided). See Table 6.15 Location Type for a list of potential values. Type should be provided when lat/lon is provided.
optional uint32 type = 9;int getType()
Indicate the source of the geo data (GPS, IP address, user provided). See Table 6.15 Location Type for a list of potential values. Type should be provided when lat/lon is provided.
optional uint32 type = 9;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.