Class LayerConfiguration<T>
java.lang.Object
com.here.platform.location.integration.LayerConfiguration<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLayerConfiguration(String layerId, scala.Function1<InputStream, T> decoder, scala.Function1<T, Object> weigher) -
Method Summary
Modifier and TypeMethodDescriptionscala.Function1<InputStream,T> decoder()layerId()weigher()withDecoder(scala.Function1<InputStream, T> decoder) withWeigher(scala.Function1<T, Object> weigher)
-
Constructor Details
-
LayerConfiguration
public LayerConfiguration(String layerId, scala.Function1<InputStream, T> decoder, scala.Function1<T, Object> weigher)
-
-
Method Details
-
decoder
-
layerId
-
weigher
-
withDecoder
-
withWeigher
-