Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
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.
HMS Core
Class Info |
|---|
public class MapRoadSign Road sign entity class. |
Constructor Name |
|---|
public MapRoadSign(); Creates a MapRoadSign object using an empty parameter. |
public MapRoadSign(MapRoadSign roadSign); Creates a MapRoadSign object using the specified parameter. |
Qualifier and Type | Method Name and Description |
|---|---|
List<NaviLatLng> | getPnts(); Obtains all shape points after road sign combination. |
int | Obtains the start shape point index of the road sign. |
int | 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. |
Constructor |
|---|
public MapRoadSign() Builds a MapRaodSign instance. |
Constructor |
|---|
public MapRoadSign(MapRoadSign roadSign) Builds a MapRoadSign instance based on the passed parameter. |
Parameters
Name | Description |
|---|---|
roadSign | Road sign information. |
Method |
|---|
public List<NaviLatLng> getPnts(); Obtains all shape points after road sign combination. |
Returns
Type | Description |
|---|---|
List<NaviLatLng> | List of coordinates of all shape points. |
Method |
|---|
public int getStartPntIndex() Obtains the start shape point index of the road sign. |
Returns
Type | Description |
|---|---|
int | Start shape point index of the road sign. |
Method |
|---|
public int getStartLinkIndex() Obtains the start link index of the road sign in the route. |
Returns
Type | Description |
|---|---|
int | Start link index of the road sign in the route. |
Method |
|---|
public List<RoadSignInfo> getInfo(); Obtains the road sign information after combination. |
Returns
Type | Description |
|---|---|
List<RoadSignInfo> | Road sign information. |
Method |
|---|
public void append(List<NaviLatLng> points) Adds a list of shape points of the road sign. |
Parameters
Name | Description |
|---|---|
points | A list of shape points of the road sign. |
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.