PHP Class App\Http\Controllers\ExampleController

Inheritance: extends Controller
Afficher le fichier Open project: alexpechkarev/google-maps

Méthodes publiques

Méthode 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 méthode

public getDirections ( )

getDistanceMatrix() public méthode

public getDistanceMatrix ( )

getElevation() public méthode

public getElevation ( )

getGeocoding() public méthode

* |-------------------------------------------------------------------------- | 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 méthode

public getGeolocation ( )

getNearbySearch() public méthode

public getNearbySearch ( )

getPlaceAdd() public méthode

public getPlaceAdd ( )

getPlaceAutoComplete() public méthode

getPlaceDelete() public méthode

public getPlaceDelete ( )

getPlaceDetails() public méthode

public getPlaceDetails ( )

getPlacePhoto() public méthode

public getPlacePhoto ( )

getPlaceQueryAutoComplete() public méthode

getRadarSearch() public méthode

public getRadarSearch ( )

getSnapToRoads() public méthode

public getSnapToRoads ( )

getSpeedLimits() public méthode

public getSpeedLimits ( )

getTextSearch() public méthode

public getTextSearch ( )

getTimeZone() public méthode

public getTimeZone ( )