Use Tree Navigation
public class

ElectronicEye

extends Object
java.lang.Object
   ↳ com.tencent.map.navi.data.ElectronicEye

Class Overview

电子眼数据。

Summary

Public Constructors
ElectronicEye()
Public Methods
int getDistance()
获取距离电子眼距离,单位米。
int getLimitSpeed()
获取电子眼限速值。 单位:km/h
LatLng getPoint()
获取电子眼所在的位置。
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ElectronicEye ()

Public Methods

public int getDistance ()

获取距离电子眼距离,单位米。

Returns
  • 距离,单位米

public int getLimitSpeed ()

获取电子眼限速值。 单位:km/h

public LatLng getPoint ()

获取电子眼所在的位置。