MPMapExtend

open class MPMapExtend

Constructors

Link copied to clipboard
open fun MPMapExtend(@NonNull MPLatLngBounds: MPLatLngBounds)
Link copied to clipboard
open fun MPMapExtend(@NonNull southwest: MPLatLng, @NonNull northeast: MPLatLng)

Functions

Link copied to clipboard
open fun area(): Double
Link copied to clipboard
open fun isInside(@NonNull location: MPLocation): Boolean
open fun isInside(@NonNull pos: MPPoint): Boolean
open fun isInside(@NonNull pos: MPLatLng): Boolean
Link copied to clipboard
open fun toLatLngBounds(): MPLatLngBounds
Link copied to clipboard
open fun toUrlValue(): String
Link copied to clipboard
open fun update(@NonNull MPLatLngBounds: MPLatLngBounds)
Updates this MapExtend to the given MPLatLngBounds values
open fun update(@NonNull southwest: MPLatLng, @NonNull northeast: MPLatLng)
Updates this MapExtend to the given values

Properties

Link copied to clipboard
open val east: Double
Link copied to clipboard
open val north: Double
Link copied to clipboard
open val south: Double
Link copied to clipboard
open val west: Double