farhanwazir/laravel-map-form-field

Laravel 地图表单字段包。

5.1 2016-10-19 19:41 UTC

This package is not auto-updated.

Last update: 2024-09-23 06:56:05 UTC


README

###使用说明

        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'],
        ]);

更多详细信息稍后更新,我现在在项目中非常忙碌。希望在一周后,您将看到完整的版本,请点击关注按钮。