Package 

Class PoiSearchEntity

  • All Implemented Interfaces:

    
    public final class PoiSearchEntity
    
                        

    Data structure of search result. User should return this data structure to SDK

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Location getLocation() the POI location.
      final Annotation.UserGraphic getIcon() the UserGraphic of POI.
      final Unit setIcon(Annotation.UserGraphic icon) the UserGraphic of POI.
      final Bundle getData() can contain information of search result, which can be obtained by Annotation click event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PoiSearchEntity

        PoiSearchEntity(Location location, Bundle data)