PHP Class app\http\controllers\ExampleController

Inheritance: extends Controller
Show file Open project: alexpechkarev/google-maps

Public Methods

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 ( )

Method Details

getDirections() public method

public getDirections ( )

getDistanceMatrix() public method

public getDistanceMatrix ( )

getElevation() public method

public getElevation ( )

getGeocoding() public method

* |-------------------------------------------------------------------------- | 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 |
public getGeocoding ( )

getGeolocation() public method

public getGeolocation ( )

getNearbySearch() public method

public getNearbySearch ( )

getPlaceAdd() public method

public getPlaceAdd ( )

getPlaceAutoComplete() public method

getPlaceDelete() public method

public getPlaceDelete ( )

getPlaceDetails() public method

public getPlaceDetails ( )

getPlacePhoto() public method

public getPlacePhoto ( )

getPlaceQueryAutoComplete() public method

getRadarSearch() public method

public getRadarSearch ( )

getSnapToRoads() public method

public getSnapToRoads ( )

getSpeedLimits() public method

public getSpeedLimits ( )

getTextSearch() public method

public getTextSearch ( )

getTimeZone() public method

public getTimeZone ( )