Method | Description | |
---|---|---|
getDirections ( ) | ||
getDistanceMatrix ( ) | ||
getElevation ( ) | ||
getGeocoding ( ) | * |-------------------------------------------------------------------------- | Example Controller |-------------------------------------------------------------------------- | | This controller illustrate how to make Google Maps API Web Service | calls using this package | | Place this file within your controllers app/Http/Controllers | In the routes.php file add Route::controller('example', 'TestController'); | Make request by accessing each method in web browser: | http://test.net/example/geocoding | http://test.net/example/directions | | |
getGeolocation ( ) | ||
getNearbySearch ( ) | ||
getPlaceAdd ( ) | ||
getPlaceAutoComplete ( ) | ||
getPlaceDelete ( ) | ||
getPlaceDetails ( ) | ||
getPlacePhoto ( ) | ||
getPlaceQueryAutoComplete ( ) | ||
getRadarSearch ( ) | ||
getSnapToRoads ( ) | ||
getSpeedLimits ( ) | ||
getTextSearch ( ) | ||
getTimeZone ( ) |
public getGeocoding ( ) |