Class InteractiveMapFeaturePojo

java.lang.Object
com.here.platform.data.client.flink.common.InteractiveMapFeaturePojo

public class InteractiveMapFeaturePojo extends Object
  • Constructor Details

    • InteractiveMapFeaturePojo

      public InteractiveMapFeaturePojo(String id, Geometry geometry, scala.collection.immutable.Map<String,Object> properties, scala.collection.immutable.Map<String,Object> customMembers)
    • InteractiveMapFeaturePojo

      public InteractiveMapFeaturePojo()
    • InteractiveMapFeaturePojo

      public InteractiveMapFeaturePojo(Feature f)
  • Method Details

    • id

      public String id()
    • geometry

      public Geometry geometry()
    • properties

      public scala.collection.immutable.Map<String,Object> properties()
    • customMembers

      public scala.collection.immutable.Map<String,Object> customMembers()
    • toFeature

      public Feature toFeature()
    • jsonSize

      public long jsonSize()