hugohabicht01 / PetrolStationApp

Webapp that displays real time petrol prices of petrol stations in Germany
1 stars 1 forks source link

Work around MAX_DIMENSIONS_EXCEEDED #17

Closed hugohabicht01 closed 3 years ago

hugohabicht01 commented 3 years ago

https://developers.google.com/maps/documentation/javascript/distancematrix If there are more than 25 petrol stations in the radius, google maps will return an error...

hugohabicht01 commented 3 years ago

Done