Class LineStringGeometry

  • All Implemented Interfaces:
    MPModelBase

    public class LineStringGeometry
    extends Geometry
    MapsIndoors GeoJSON's LineString implementation
    Since:
    3.1.0
    • Constructor Detail

      • LineStringGeometry

        public LineStringGeometry()
    • Method Detail

      • getCoordinates

        @NonNull
        public double[][] getCoordinates()
      • getBBox

        @Nullable
        public double[] getBBox()
        The values of a "bbox" array are "[west, south, east, north]", not "[minx, miny, maxx, maxy]"
        Returns:
        An optional AABB (axis-aligned bounding box)
        See Also:
        GeoJSON - Bounding Box
      • isInside

        public boolean isInside​(@NonNull
                                com.google.android.gms.maps.model.LatLng latLng)