public class

NavRoutePoint

extends Object
java.lang.Object
   ↳ com.tencent.navix.api.model.NavRoutePoint

Class Overview

路线点信息

Summary

Public Constructors
NavRoutePoint(LatLng latLng, int pointIndex, double offsetDistance)
Public Methods
LatLng getLatLng()
坐标
double getOffsetDistance()
距离index的距离
int getPointIndex()
点串Index
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NavRoutePoint (LatLng latLng, int pointIndex, double offsetDistance)

Public Methods

public LatLng getLatLng ()

坐标

Returns
  • 坐标

public double getOffsetDistance ()

距离index的距离

Returns
  • 距离index的距离

public int getPointIndex ()

点串Index

Returns
  • 点串Index

public String toString ()