IARoutingPoint.fromMap constructor

IARoutingPoint.fromMap(
  1. Map map
)

Implementation

IARoutingPoint.fromMap(Map map)
    : coordinate = IACoordinate(map['latitude'], map['longitude']),
      floor = map['floor'];