Class TiledHereMapContentReferencePropertyMap
java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.TiledHereMapContentReferencePropertyMap
- All Implemented Interfaces:
com.here.platform.location.core.graph.PropertyMap<Vertex,
HereMapContentReference>
public class TiledHereMapContentReferencePropertyMap
extends Object
implements com.here.platform.location.core.graph.PropertyMap<Vertex,HereMapContentReference>
Converts an Optimized Map for Location Library Mapping Partition into a
PropertyMap
searchable by
Vertex
.
A MappingTile
maps
VertexIndices
inside that tile to a
HereMapContentReference
.
param: tileById Used to retrieve the data tiles by their ID, if they exist
-
Constructor Summary
ConstructorsConstructorDescriptionTiledHereMapContentReferencePropertyMap
(scala.Function1<TileId, scala.Option<MappingTile>> tileById) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.here.platform.location.core.graph.PropertyMap
apply$mcD$sp, apply$mcZ$sp
-
Constructor Details
-
TiledHereMapContentReferencePropertyMap
public TiledHereMapContentReferencePropertyMap(scala.Function1<TileId, scala.Option<MappingTile>> tileById)
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.here.platform.location.core.graph.PropertyMap<Vertex,
HereMapContentReference>
-
contains
- Specified by:
contains
in interfacecom.here.platform.location.core.graph.PropertyMap<Vertex,
HereMapContentReference>
-