Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.67 KB

Road-Event-Detail.md

File metadata and controls

58 lines (38 loc) · 2.67 KB

Road Detail

To get the Road Detail on Every Location Change in Callback.

To Enable Callback

new Config.Builder(requireContext())
    .setEnableRoadDetailEvent(true)
    .build();

Callback

To add the Road Detail callback (RoadDetailChangeObserver.OnRoadDetailChangeListener)

InTouch.addRoadDetailChangeListener(this);

To remove Road detail calback:

InTouch.removeRoadDetailChangeListener(this);

This callback provides below reponse:

  1. speedLimit(Integer)
  2. formOfWay(String)
  3. distance(Double)
  4. roadClass(String)





For any queries and support, please contact:

Email us at apisupport@mappls.com

Support

Need support? contact us!





@ Copyright 2022 CE Info Systems Ltd. All Rights Reserved.