@extends('layouts.master') @section('title', 'Map JS') @section('css') @endsection @section('breadcrumb')

Map JS

@endsection @section('main_content')

Map at a specified location

Display a map at a specified location and zoom level.

Map using View Bounds

Display a map of a given area.
@endsection @section('scripts') @endsection