A geocoded object. This is a wrapper around location data and a structured address.
| EMS. | A geocoded object. |
| Properties | |
| id | {String} The id of the object. |
| address | {EMS.Address} |
| granularity | {EMS.Granularity} |
| approximated | {Boolean} |
| centerPoint | {OpenLayers.LonLat} |
| streetPoint | {OpenLayers.LonLat} |
| bounds | {OpenLayers.Bounds} |
| distance | {Integer} |
| Constructor | |
| EMS. | |
| Functions | |
| equals | |
| clone | {EMS.Geocode} Returns a clone of this geocode object. |
| toString | {String} Returns a string representation of the geocoded object. |
| geocode | {Mixed} is either an EMS.Geocode or plain {Object} is the geocode object to wrap. |
equals: function( geocode )
| geocode | {Mixed} is either an EMS.Geocode or {Object} to test for equality. |
{Boolean} Returns true if the input geocode is equal to this geocoded object.
equals: function( geocode )
{EMS.Geocode} Returns a clone of this geocode object.
clone: function()
{String} Returns a string representation of the geocoded object.
toString: function()