AMapLocationForIOS.fromMap constructor

AMapLocationForIOS.fromMap(
  1. Map map
)

Implementation

AMapLocationForIOS.fromMap(super.map)
    : horizontalAccuracy = map['horizontalAccuracy'] as double?,
      verticalAccuracy = map['verticalAccuracy'] as double?,
      speedAccuracy = map['speedAccuracy'] as double?,
      bearingAccuracy = map['courseAccuracy'] as double?,
      isSimulatedBySoftware = map['isSimulatedBySoftware'] as bool?,
      isProducedByAccessory = map['isProducedByAccessory'] as bool?,
      super.fromMap();