All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.nichetoolkit.socket.model.bean.TurnPoint Maven / Gradle / Ivy

package io.github.nichetoolkit.socket.model.bean;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

/**
 * 

TurnPoint 拐点

* @author Cyan ([email protected]) * @version v.1.0 */ @Builder @Setter @Getter public class TurnPoint { private byte[] id; private byte[] routeId; private byte[] lat; private byte[] lon; private byte width; private byte prop; private byte[] driveOverValue; private byte[] driveLowerValue; private byte[] highestSpeed; private byte overSpeedTime; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy