public class

MapRouteSectionWithName

extends Object
java.lang.Object
   ↳ com.tencent.tencentmap.mapsdk.maps.model.MapRouteSectionWithName

This class is deprecated.
4.3.0 建议使用MapRouteSection

Class Overview

GLMapLib2.0.h typedef struct MapRouteSectionWithName

Summary

Constants
int kMaxRoadNameLength
Fields
public int color
public int endNum
public String roadName
public int startNum
Public Constructors
MapRouteSectionWithName()
Public Methods
static int byteLength()
对象序列化需要的长度
byte[] toBytes()
将对象转换为byte数组。
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int kMaxRoadNameLength

Constant Value: 128 (0x00000080)

Fields

public int color

public int endNum

public String roadName

public int startNum

Public Constructors

public MapRouteSectionWithName ()

Public Methods

public static int byteLength ()

对象序列化需要的长度

public byte[] toBytes ()

将对象转换为byte数组。