goToLocationMapPage<T extends Object?> abstract method

Future<T?> goToLocationMapPage<T extends Object?>(
  1. BuildContext context, {
  2. LocationInfo? locationInfo,
  3. bool needLocate = false,
  4. bool showOpenMap = false,
})

跳转到地图页面定位 locationInfo 位置信息 needLocate 是否需要定位 showOpenMap 是否显示打开地图按钮

Implementation

Future<T?> goToLocationMapPage<T extends Object?>(BuildContext context,
    {LocationInfo? locationInfo,
    bool needLocate = false,
    bool showOpenMap = false});