简体   繁体   中英

How can I get signposts when driving with HERE android SDK?

I'm using Android SDK. Is there any way to get Signpost when driving. like stop sign ahead my car? traffic lights, etc.

Thanks in advance.

There is a signpost feature included in the guidance package of the HERE SDK:

https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/map-guidance-events.html

"The 2D Signpost feature provides images that illustrate road signposts. For example, as a user approaches a fork on a highway, your application can use show a preview of the instruction signs above the highway. "

But this is mainly about highway exits and highway junction/lane orientation, and not about stop signs or traffic lights as you mentioned in your example.

If you need these information you should consider using the Platform Data Extension on top: https://developer.here.com/platform-extensions/documentation/platform-data/topics/overview.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM