MultiPointGeometry

open class MultiPointGeometry : Geometry

MapsIndoors GeoJSON's MultiPoint implementation

Author

Jose J Varó - Copyright © 2019 MapsPeople A/S. All rights reserved.

Constructors

Link copied to clipboard
open fun MultiPointGeometry()

Functions

Link copied to clipboard
@NonNull
open fun asString(): String
@NonNull
open fun asString(iType: Int): String
Link copied to clipboard
@Nullable
open fun getBBox(): Array<Double>
The values of a "bbox" array are "[west, south, east, north]", not "[minx, miny, maxx, maxy]"
Link copied to clipboard
open fun getIType(): Int
Link copied to clipboard
@NonNull
open fun getType(): String
Link copied to clipboard
open fun isInside(@NonNull latLng: LatLng): Boolean

Properties

Link copied to clipboard
@NonNull
@SerializedName(value = "coordinates")
@get:NonNull
protected open val coordinates: Array<Array<Double>>