KMapper
Toggle table of contents
2.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
KMapper
validators
/
com.sahsenvar.kmapper.validators
/
LatitudeValidator
Latitude
Validator
object
LatitudeValidator
:
Validator
<
Double
>
The value must be a latitude in
-90.0..90.0
degrees; rejects NaN and infinities.
Members
Properties
target
Type
Link copied to clipboard
val
targetType
:
KClass
<
Double
>
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
value
:
Double
)
:
String
?