google-maps icon indicating copy to clipboard operation
google-maps copied to clipboard

Collection of Google Maps API Web Services for Laravel

Results 8 google-maps issues
Sort by recently updated
recently updated
newest added

Do I need to use google direction for this? I couldn't find a code sample. Could you help?

How to get only administrative area level 4 with this library ? Thanks

Just updated to the latest release for Laravel 9 — thanks for a great package! Whilst doing so, I noticed the `jbroadway/urlify` requirement in `composer.json` is ranged to `^1.1`. This...

Hey, I'm fetching place details with the following code in laravel 8. ```php $response = GoogleMapsFacade::load('placedetails')->setParam([ 'place_id' => 'my_place_id' ])->get(); ``` This only seems to return 5 reviews, while the...

hello , I have this google link - ``` https://www.google.com.br/maps/@-22.4151458,-49.1328797,3a,75y,170.53h,82.38t/data=!3m6!1e1!3m4!1selNMIexYHQOrulrENDXAtg!2e0!7i13312!8i6656 ``` How can I get the address information ( latitude , longitude ..) , from a link like that ?

Hi, I am trying to get all the alternative routes between two points with coordinates, but I always get only one route even though I am sending `alternatives=true` in the...

I have provide lat & lng details now how can i only get hospital and school details

I've been using this just a few weeks, and have a need for greater visibility / observability into the raw Api requests that are being initiated against the api. So,...