You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
231 B
8 lines
231 B
<?php
|
|
|
|
return [
|
|
'zoom_level' => 13,
|
|
'detail_zoom_level' => 16,
|
|
'map_center_latitude' => env('MAP_CENTER_LATITUDE', '-3.313695'),
|
|
'map_center_longitude' => env('MAP_CENTER_LONGITUDE', '114.590148'),
|
|
];
|