goToLocationMapPage<T extends Object?> abstract method
Future<T?>
goToLocationMapPage<T extends Object?>(
- BuildContext context, {
- LocationInfo? locationInfo,
- bool needLocate = false,
- bool showOpenMap = false,
跳转到地图页面定位
locationInfo
位置信息
needLocate
是否需要定位
showOpenMap
是否显示打开地图按钮
Implementation
Future<T?> goToLocationMapPage<T extends Object?>(BuildContext context,
{LocationInfo? locationInfo,
bool needLocate = false,
bool showOpenMap = false});