PHP 클래스 App\Http\Controllers\ExampleController

상속: extends Controller
파일 보기 프로젝트 열기: alexpechkarev/google-maps

공개 메소드들

메소드 설명
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 ( )

메소드 상세

getDirections() 공개 메소드

public getDirections ( )

getDistanceMatrix() 공개 메소드

public getDistanceMatrix ( )

getElevation() 공개 메소드

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

getGeolocation() 공개 메소드

public getGeolocation ( )

getNearbySearch() 공개 메소드

public getNearbySearch ( )

getPlaceAdd() 공개 메소드

public getPlaceAdd ( )

getPlaceAutoComplete() 공개 메소드

getPlaceDelete() 공개 메소드

public getPlaceDelete ( )

getPlaceDetails() 공개 메소드

public getPlaceDetails ( )

getPlacePhoto() 공개 메소드

public getPlacePhoto ( )

getPlaceQueryAutoComplete() 공개 메소드

getRadarSearch() 공개 메소드

public getRadarSearch ( )

getSnapToRoads() 공개 메소드

public getSnapToRoads ( )

getSpeedLimits() 공개 메소드

public getSpeedLimits ( )

getTextSearch() 공개 메소드

public getTextSearch ( )

getTimeZone() 공개 메소드

public getTimeZone ( )