Uses of Class
org.robovm.apple.foundation.NSUnitLength
| Package | Description |
|---|---|
| org.robovm.apple.carplay | |
| org.robovm.apple.foundation | |
| org.robovm.apple.intents | |
| org.robovm.apple.sensorkit |
-
Uses of NSUnitLength in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return types with arguments of type NSUnitLength Modifier and Type Method Description NSMeasurement<NSUnitLength>CPTravelEstimates. getDistanceRemaining()Method parameters in org.robovm.apple.carplay with type arguments of type NSUnitLength Modifier and Type Method Description protected longCPTravelEstimates. init(NSMeasurement<NSUnitLength> distance, double time)Constructor parameters in org.robovm.apple.carplay with type arguments of type NSUnitLength Constructor Description CPTravelEstimates(NSMeasurement<NSUnitLength> distance, double time) -
Uses of NSUnitLength in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSUnitLength Modifier and Type Method Description static NSUnitLengthNSUnitLength. getAstronomicalUnits()static NSUnitLengthNSUnitLength. getBaseUnit()static NSUnitLengthNSUnitLength. getCentimeters()static NSUnitLengthNSUnitLength. getDecameters()static NSUnitLengthNSUnitLength. getDecimeters()static NSUnitLengthNSUnitLength. getFathoms()static NSUnitLengthNSUnitLength. getFeet()static NSUnitLengthNSUnitLength. getFurlongs()static NSUnitLengthNSUnitLength. getHectometers()static NSUnitLengthNSUnitLength. getInches()static NSUnitLengthNSUnitLength. getKilometers()static NSUnitLengthNSUnitLength. getLightyears()static NSUnitLengthNSUnitLength. getMegameters()static NSUnitLengthNSUnitLength. getMeters()static NSUnitLengthNSUnitLength. getMicrometers()static NSUnitLengthNSUnitLength. getMiles()static NSUnitLengthNSUnitLength. getMillimeters()static NSUnitLengthNSUnitLength. getNanometers()static NSUnitLengthNSUnitLength. getNauticalMiles()static NSUnitLengthNSUnitLength. getParsecs()static NSUnitLengthNSUnitLength. getPicometers()static NSUnitLengthNSUnitLength. getScandinavianMiles()static NSUnitLengthNSUnitLength. getYards() -
Uses of NSUnitLength in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return types with arguments of type NSUnitLength Modifier and Type Method Description NSMeasurement<NSUnitLength>INGetCarPowerLevelStatusIntentResponse. getDistanceRemaining()NSMeasurement<NSUnitLength>INGetCarPowerLevelStatusIntentResponse. getDistanceRemainingElectric()NSMeasurement<NSUnitLength>INGetCarPowerLevelStatusIntentResponse. getDistanceRemainingFuel()NSMeasurement<NSUnitLength>INGetCarPowerLevelStatusIntentResponse. getMaximumDistance()NSMeasurement<NSUnitLength>INGetCarPowerLevelStatusIntentResponse. getMaximumDistanceElectric()NSMeasurement<NSUnitLength>INGetCarPowerLevelStatusIntentResponse. getMaximumDistanceFuel()Method parameters in org.robovm.apple.intents with type arguments of type NSUnitLength Modifier and Type Method Description static INLengthResolutionResultINLengthResolutionResult. confirmationRequired(NSMeasurement<NSUnitLength> lengthToConfirm)voidINGetCarPowerLevelStatusIntentResponse. setDistanceRemaining(NSMeasurement<NSUnitLength> v)voidINGetCarPowerLevelStatusIntentResponse. setDistanceRemainingElectric(NSMeasurement<NSUnitLength> v)voidINGetCarPowerLevelStatusIntentResponse. setDistanceRemainingFuel(NSMeasurement<NSUnitLength> v)voidINGetCarPowerLevelStatusIntentResponse. setMaximumDistance(NSMeasurement<NSUnitLength> v)voidINGetCarPowerLevelStatusIntentResponse. setMaximumDistanceElectric(NSMeasurement<NSUnitLength> v)voidINGetCarPowerLevelStatusIntentResponse. setMaximumDistanceFuel(NSMeasurement<NSUnitLength> v)static INLengthResolutionResultINLengthResolutionResult. success(NSMeasurement<NSUnitLength> resolvedLength) -
Uses of NSUnitLength in org.robovm.apple.sensorkit