farhanwazir / laravel-map-form-field by farhanwazir

Laravel map form field package.
40
1
2
Package Data
Maintainer Username: farhanwazir
Maintainer Contact: seejee1@gmail.com (Farhan Wazir)
Package Create Date: 2016-05-07
Package Last Update: 2019-08-06
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:08:29
Package Statistics
Total Downloads: 40
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel Map Form Field

###USAGE

        Form::map('mappy', null, [
            'height' => '350px',
            'onStaged' => 'onMapInitialized',
            'position' => $position,
            'async' => true, /* for ajax use only, when use async then it needs to call loadScript_map() manually 
                                after response print in screen. */
            'onMarkerPositionChanged' => 'onMarkerPositionChanged',
        ], [
            'latitude' => ['name' => 'latitude', 'class' => 'map-place-search-controls map-place-search map-latlng-controls'],
            'longitude' => ['name' => 'longitude', 'class' => 'map-place-search-controls map-place-search map-latlng-controls'],
            'search' => ['class' => 'map-place-search-controls map-place-search'],
        ]);

More details will update later, i'm very busy in my projects. Hope fully after a week, you will see complete, please click on watch button.