fromNative static method
Implementation
static DrivingPedestrianCrossing fromNative(
DrivingPedestrianCrossingNative native) {
return DrivingPedestrianCrossing(
mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
native.position));
}