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
Link copied to clipboard
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 var east: Double
Link copied to clipboard
open var north: Double
Link copied to clipboard
open var south: Double
Link copied to clipboard
open var west: Double