BatchGeocoded class
- author Antoine Corcy
CloneableInstantiable
Methods |
public __call( $method, $args) Router all other methods call directly to our address object
|
public fromArray(array $data = []) Create an instance from an array, used from cache libraries.
|
public getAddress() Get the address
|
public getCoordinates() Returns an array of coordinates (latitude, longitude).
|
public getExceptionMessage() Get the exception message.
|
public getLatitude() Returns the latitude value.
|
public getLongitude() Returns the longitude value.
|
public getProviderName() Get the name of the provider.
|
public getQuery() Get the query.
|
public setAddress( $address) Set the address
|
public setExceptionMessage( $exception) Set the exception message.
|
public setProviderName( $providerName) Set the name of the provider.
|
public setQuery( $query) Set the query.
|
Properties |
protected $address = NULL The Location object.
|
protected $exception = NULL The exception message.
|
protected $providerName = NULL The name of the provider.
|
protected $query = NULL The query.
|