-
- All Implemented Interfaces:
public interface PoiAnnotationFactoryThis interface allows users to customize Annotation using search result. Should be implemented by user.
-
-
Method Summary
Modifier and Type Method Description abstract Annotationcreate(PoiSearchEntity entity, MapMode mapMode)Create an Annotation using searched result. -
-
Method Detail
-
create
abstract Annotation create(PoiSearchEntity entity, MapMode mapMode)
Create an Annotation using searched result.
- Parameters:
entity- The search result entitymapMode- Map mode such as day / night
-
-
-
-