TODO: Map util.

MAP UTIL

This package will help you with google map such as :

_ easy to create google map

_ drawing polygon google map

_ set bound center google

_ get current address user

_ move camera google map

Installation

dart pub add maputil

Usage

   GoogleMap(
            markers: markers,
            myLocationEnabled: true,
            mapType: MapType.normal,
            initialCameraPosition: _kGooglePlex,
            onMapCreated: MapUtils.onCreatedGoogleMap,
          ),

Like for more update

Libraries

maputil