SimpleLocationPicker constructor
SimpleLocationPicker({
- double initialLatitude = SLPConstants.DEFAULT_LATITUDE,
- double initialLongitude = SLPConstants.DEFAULT_LONGITUDE,
- double zoomLevel = SLPConstants.DEFAULT_ZOOM_LEVEL,
- bool displayOnly = false,
- Color appBarColor = Colors.blueAccent,
- Color appBarTextColor = Colors.white,
- String appBarTitle = "Select Location",
- Color markerColor = Colors.blueAccent,
Implementation
SimpleLocationPicker({
this.initialLatitude = SLPConstants.DEFAULT_LATITUDE,
this.initialLongitude = SLPConstants.DEFAULT_LONGITUDE,
this.zoomLevel = SLPConstants.DEFAULT_ZOOM_LEVEL,
this.displayOnly = false,
this.appBarColor = Colors.blueAccent,
this.appBarTextColor = Colors.white,
this.appBarTitle = "Select Location",
this.markerColor = Colors.blueAccent,
});