We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

MapRoadSign

Expand

Class Info

public class MapRoadSign

Road sign entity class.

Public Constructor Summary

Expand

Constructor Name

public MapRoadSign();

Creates a MapRoadSign object using an empty parameter.

public MapRoadSign(MapRoadSign roadSign);

Creates a MapRoadSign object using the specified parameter.

Public Method Summary

Expand

Qualifier and Type

Method Name and Description

List<NaviLatLng>

getPnts();

Obtains all shape points after road sign combination.

int

getStartPntIndex();

Obtains the start shape point index of the road sign.

int

getStartLinkIndex();

Obtains the start link index of the road sign in the route.

List<RoadSignInfo>

getInfo()

Obtains the road sign information after combination.

void

append(List<NaviLatLng> points)

Adds a list of shape points of the road sign.

Public Constructors

MapRoadSign

Expand

Constructor

public MapRoadSign()

Builds a MapRaodSign instance.

MapRoadSign(MapRoadSign roadSign)

Expand

Constructor

public MapRoadSign(MapRoadSign roadSign)

Builds a MapRoadSign instance based on the passed parameter.

Parameters

Expand

Name

Description

roadSign

Road sign information.

Public Methods

getPnts

Expand

Method

public List<NaviLatLng> getPnts();

Obtains all shape points after road sign combination.

Returns

Expand

Type

Description

List<NaviLatLng>

List of coordinates of all shape points.

getStartPntIndex

Expand

Method

public int getStartPntIndex()

Obtains the start shape point index of the road sign.

Returns

Expand

Type

Description

int

Start shape point index of the road sign.

getStartLinkIndex

Expand

Method

public int getStartLinkIndex()

Obtains the start link index of the road sign in the route.

Returns

Expand

Type

Description

int

Start link index of the road sign in the route.

getInfo

Expand

Method

public List<RoadSignInfo> getInfo();

Obtains the road sign information after combination.

Returns

Expand

Type

Description

List<RoadSignInfo>

Road sign information.

append

Expand

Method

public void append(List<NaviLatLng> points)

Adds a list of shape points of the road sign.

Parameters

Expand

Name

Description

points

A list of shape points of the road sign.

Search in References
Enter a keyword.