类 GeocodedWaypoint
java.lang.Object
ai.nextbillion.maps.model.GeocodedWaypoint
- 所有已实现的接口:
java.io.Serializable
public class GeocodedWaypoint
extends java.lang.Object
implements java.io.Serializable
A point in a Directions API response; either the origin, one of the requested waypoints, or the
destination. Please see
Geocoded Waypoints for more detail.
- 另请参阅:
- 序列化表格
-
字段概要
字段 修饰符和类型 字段 说明 GeocodedWaypointStatusgeocoderStatusThe status code resulting from the geocoding operation for this waypoint.booleanpartialMatchIndicates that the geocoder did not return an exact match for the original request, though it was able to match part of the requested address.java.lang.StringplaceIdA unique identifier for this waypoint that can be used with other Google APIs.AddressType[]typesThe address types of the geocoding result used for calculating directions. -
构造器概要
构造器 构造器 说明 GeocodedWaypoint() -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoString()
-
字段详细资料
-
geocoderStatus
The status code resulting from the geocoding operation for this waypoint. -
partialMatch
public boolean partialMatchIndicates that the geocoder did not return an exact match for the original request, though it was able to match part of the requested address. -
placeId
public java.lang.String placeIdA unique identifier for this waypoint that can be used with other Google APIs. -
types
The address types of the geocoding result used for calculating directions.
-
-
构造器详细资料
-
GeocodedWaypoint
public GeocodedWaypoint()
-
-
方法详细资料
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-