public class AddressRanges
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected LatLng |
from
The beginning point of a street segment.
|
protected java.lang.String |
rangeLeft
An address range on the left side of a street segment (assuming looking from the "from" end towards the "to" end).
|
protected java.lang.String |
rangeRight
An address range on the right side of a street segment (assuming looking from the "from" end towards the "to" end).
|
protected LatLng |
to
The end point of a street segment.
|
Constructor and Description |
---|
AddressRanges() |
protected java.lang.String rangeLeft
protected java.lang.String rangeRight
protected LatLng from
protected LatLng to