fromNative static method
Implementation
static DrivingCheckpoint fromNative(DrivingCheckpointNative native) {
return DrivingCheckpoint(
mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
native.position));
}
static DrivingCheckpoint fromNative(DrivingCheckpointNative native) {
return DrivingCheckpoint(
mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
native.position));
}