Prepare for 0.2.2 release
This commit is contained in:
parent
d8548ab162
commit
1ccd35f152
15
CHANGELOG.md
Normal file
15
CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Security
|
@ -48,9 +48,9 @@ This repository is a work-in-progress implementation of Map-with-markers compone
|
||||
> **Maturity**: EXPERIMENTAL
|
||||
|
||||
### [trajectory-kt](trajectory-kt)
|
||||
> Path and trajectory optimization (to be moved to a separate project)
|
||||
> Path and trajectory optimization
|
||||
>
|
||||
> **Maturity**: DEPRECATED
|
||||
> **Maturity**: EXPERIMENTAL
|
||||
|
||||
### [demo/maps](demo/maps)
|
||||
>
|
||||
@ -66,3 +66,8 @@ This repository is a work-in-progress implementation of Map-with-markers compone
|
||||
>
|
||||
>
|
||||
> **Maturity**: EXPERIMENTAL
|
||||
|
||||
### [demo/trajectory-playground](demo/trajectory-playground)
|
||||
>
|
||||
>
|
||||
> **Maturity**: EXPERIMENTAL
|
||||
|
@ -10,7 +10,7 @@ val kmathVersion: String by extra("0.3.1-dev-RC")
|
||||
|
||||
allprojects {
|
||||
group = "center.sciprog"
|
||||
version = "0.2.2-dev-12"
|
||||
version = "0.2.2"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
@ -19,12 +19,12 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
ksciencePublish{
|
||||
ksciencePublish {
|
||||
pom("https://github.com/SciProgCentre/maps-kt") {
|
||||
useApache2Licence()
|
||||
useSPCTeam()
|
||||
}
|
||||
github("maps-kt", "SciProgCentre")
|
||||
github("SciProgCentre", "maps-kt")
|
||||
space(
|
||||
if (isInDevelopment) {
|
||||
"https://maven.pkg.jetbrains.space/spc/p/sci/dev"
|
||||
|
18
demo/maps/api/maps.api
Normal file
18
demo/maps/api/maps.api
Normal file
@ -0,0 +1,18 @@
|
||||
public final class ComposableSingletons$MainKt {
|
||||
public static final field INSTANCE LComposableSingletons$MainKt;
|
||||
public static field lambda-1 Lkotlin/jvm/functions/Function2;
|
||||
public static field lambda-2 Lkotlin/jvm/functions/Function3;
|
||||
public static field lambda-3 Lkotlin/jvm/functions/Function3;
|
||||
public fun <init> ()V
|
||||
public final fun getLambda-1$maps ()Lkotlin/jvm/functions/Function2;
|
||||
public final fun getLambda-2$maps ()Lkotlin/jvm/functions/Function3;
|
||||
public final fun getLambda-3$maps ()Lkotlin/jvm/functions/Function3;
|
||||
}
|
||||
|
||||
public final class MainKt {
|
||||
public static final fun App (Landroidx/compose/runtime/Composer;I)V
|
||||
public static final fun main ()V
|
||||
public static synthetic fun main ([Ljava/lang/String;)V
|
||||
public static final fun toShortString (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;)Ljava/lang/String;
|
||||
}
|
||||
|
19
demo/polygon-editor/api/polygon-editor.api
Normal file
19
demo/polygon-editor/api/polygon-editor.api
Normal file
@ -0,0 +1,19 @@
|
||||
public final class ComposableSingletons$MainKt {
|
||||
public static final field INSTANCE LComposableSingletons$MainKt;
|
||||
public static field lambda-1 Lkotlin/jvm/functions/Function3;
|
||||
public static field lambda-2 Lkotlin/jvm/functions/Function2;
|
||||
public static field lambda-3 Lkotlin/jvm/functions/Function3;
|
||||
public static field lambda-4 Lkotlin/jvm/functions/Function3;
|
||||
public fun <init> ()V
|
||||
public final fun getLambda-1$polygon_editor ()Lkotlin/jvm/functions/Function3;
|
||||
public final fun getLambda-2$polygon_editor ()Lkotlin/jvm/functions/Function2;
|
||||
public final fun getLambda-3$polygon_editor ()Lkotlin/jvm/functions/Function3;
|
||||
public final fun getLambda-4$polygon_editor ()Lkotlin/jvm/functions/Function3;
|
||||
}
|
||||
|
||||
public final class MainKt {
|
||||
public static final fun App (Landroidx/compose/runtime/Composer;I)V
|
||||
public static final fun main ()V
|
||||
public static synthetic fun main ([Ljava/lang/String;)V
|
||||
}
|
||||
|
17
demo/scheme/api/scheme.api
Normal file
17
demo/scheme/api/scheme.api
Normal file
@ -0,0 +1,17 @@
|
||||
public final class ComposableSingletons$MainKt {
|
||||
public static final field INSTANCE LComposableSingletons$MainKt;
|
||||
public static field lambda-1 Lkotlin/jvm/functions/Function2;
|
||||
public static field lambda-2 Lkotlin/jvm/functions/Function3;
|
||||
public static field lambda-3 Lkotlin/jvm/functions/Function3;
|
||||
public fun <init> ()V
|
||||
public final fun getLambda-1$scheme ()Lkotlin/jvm/functions/Function2;
|
||||
public final fun getLambda-2$scheme ()Lkotlin/jvm/functions/Function3;
|
||||
public final fun getLambda-3$scheme ()Lkotlin/jvm/functions/Function3;
|
||||
}
|
||||
|
||||
public final class MainKt {
|
||||
public static final fun App (Landroidx/compose/runtime/Composer;I)V
|
||||
public static final fun main ()V
|
||||
public static synthetic fun main ([Ljava/lang/String;)V
|
||||
}
|
||||
|
4
demo/trajectory-playground/README.md
Normal file
4
demo/trajectory-playground/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Module trajectory-playground
|
||||
|
||||
|
||||
|
25
demo/trajectory-playground/api/trajectory-playground.api
Normal file
25
demo/trajectory-playground/api/trajectory-playground.api
Normal file
@ -0,0 +1,25 @@
|
||||
public final class ComposableSingletons$MainKt {
|
||||
public static final field INSTANCE LComposableSingletons$MainKt;
|
||||
public static field lambda-1 Lkotlin/jvm/functions/Function2;
|
||||
public static field lambda-2 Lkotlin/jvm/functions/Function3;
|
||||
public static field lambda-3 Lkotlin/jvm/functions/Function3;
|
||||
public fun <init> ()V
|
||||
public final fun getLambda-1$trajectory_playground ()Lkotlin/jvm/functions/Function2;
|
||||
public final fun getLambda-2$trajectory_playground ()Lkotlin/jvm/functions/Function3;
|
||||
public final fun getLambda-3$trajectory_playground ()Lkotlin/jvm/functions/Function3;
|
||||
}
|
||||
|
||||
public final class MainKt {
|
||||
public static final fun closePoints (Landroidx/compose/runtime/Composer;I)V
|
||||
public static final fun doubleObstacle (Landroidx/compose/runtime/Composer;I)V
|
||||
public static final fun main ()V
|
||||
public static synthetic fun main ([Ljava/lang/String;)V
|
||||
public static final fun obstacle (Lcenter/sciprog/maps/features/FeatureGroup;Lspace/kscience/trajectory/Obstacle;Lkotlin/jvm/functions/Function1;)V
|
||||
public static synthetic fun obstacle$default (Lcenter/sciprog/maps/features/FeatureGroup;Lspace/kscience/trajectory/Obstacle;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
|
||||
public static final fun playground (Landroidx/compose/runtime/Composer;I)V
|
||||
public static final fun pose (Lcenter/sciprog/maps/features/FeatureGroup;Lspace/kscience/trajectory/Pose2D;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun singleObstacle (Landroidx/compose/runtime/Composer;I)V
|
||||
public static final fun trajectory (Lcenter/sciprog/maps/features/FeatureGroup;Lspace/kscience/trajectory/Trajectory2D;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun trajectory$default (Lcenter/sciprog/maps/features/FeatureGroup;Lspace/kscience/trajectory/Trajectory2D;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
compose.version=1.4.0-rc03
|
||||
compose.version=1.4.0
|
||||
agp.version=7.4.2
|
||||
android.useAndroidX=true
|
||||
org.jetbrains.compose.experimental.jscanvas.enabled=true
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
2213
gradle/yarn.lock
Normal file
2213
gradle/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ The core interfaces of KMath.
|
||||
|
||||
## Artifact:
|
||||
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-compose:0.2.2-dev-10`.
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-compose:0.2.2`.
|
||||
|
||||
**Gradle Groovy:**
|
||||
```groovy
|
||||
@ -17,7 +17,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'center.sciprog:maps-kt-compose:0.2.2-dev-10'
|
||||
implementation 'center.sciprog:maps-kt-compose:0.2.2'
|
||||
}
|
||||
```
|
||||
**Gradle Kotlin DSL:**
|
||||
@ -28,6 +28,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("center.sciprog:maps-kt-compose:0.2.2-dev-10")
|
||||
implementation("center.sciprog:maps-kt-compose:0.2.2")
|
||||
}
|
||||
```
|
||||
|
@ -9,7 +9,7 @@ The core interfaces of KMath.
|
||||
|
||||
## Artifact:
|
||||
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-core:0.2.2-dev-10`.
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-core:0.2.2`.
|
||||
|
||||
**Gradle Groovy:**
|
||||
```groovy
|
||||
@ -19,7 +19,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'center.sciprog:maps-kt-core:0.2.2-dev-10'
|
||||
implementation 'center.sciprog:maps-kt-core:0.2.2'
|
||||
}
|
||||
```
|
||||
**Gradle Kotlin DSL:**
|
||||
@ -30,6 +30,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("center.sciprog:maps-kt-core:0.2.2-dev-10")
|
||||
implementation("center.sciprog:maps-kt-core:0.2.2")
|
||||
}
|
||||
```
|
||||
|
250
maps-kt-core/api/maps-kt-core.api
Normal file
250
maps-kt-core/api/maps-kt-core.api
Normal file
@ -0,0 +1,250 @@
|
||||
public final class center/sciprog/maps/coordinates/Distance : java/lang/Comparable {
|
||||
public static final field Companion Lcenter/sciprog/maps/coordinates/Distance$Companion;
|
||||
public static final synthetic fun box-impl (D)Lcenter/sciprog/maps/coordinates/Distance;
|
||||
public synthetic fun compareTo (Ljava/lang/Object;)I
|
||||
public fun compareTo-LPoRJxU (D)I
|
||||
public static fun compareTo-LPoRJxU (DD)I
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (DLjava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (DD)Z
|
||||
public final fun getKilometers ()D
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (D)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (D)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()D
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/Distance$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/coordinates/Distance$$serializer;
|
||||
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
|
||||
public fun deserialize-h1Ihu8M (Lkotlinx/serialization/encoding/Decoder;)D
|
||||
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
|
||||
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
|
||||
public fun serialize-xeUJnDc (Lkotlinx/serialization/encoding/Encoder;D)V
|
||||
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/Distance$Companion {
|
||||
public final fun serializer ()Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/DistanceKt {
|
||||
public static final fun div-XO6jDg8 (DLjava/lang/Number;)D
|
||||
public static final fun div-yHr8yDM (DD)D
|
||||
public static final fun getKilometers (Ljava/lang/Number;)D
|
||||
public static final fun getMeters (Ljava/lang/Number;)D
|
||||
public static final fun getMeters-LPoRJxU (D)D
|
||||
public static final fun minus-yHr8yDM (DD)D
|
||||
public static final fun plus-yHr8yDM (DD)D
|
||||
public static final fun times-XO6jDg8 (DLjava/lang/Number;)D
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GeoEllipsoid {
|
||||
public static final field Companion Lcenter/sciprog/maps/coordinates/GeoEllipsoid$Companion;
|
||||
public synthetic fun <init> (DDLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (ILcenter/sciprog/maps/coordinates/Distance;Lcenter/sciprog/maps/coordinates/Distance;DDDDLkotlinx/serialization/internal/SerializationConstructorMarker;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun getESquared ()D
|
||||
public final fun getEccentricity ()D
|
||||
public final fun getEquatorRadius-zipobaw ()D
|
||||
public final fun getF ()D
|
||||
public final fun getInverseF ()D
|
||||
public final fun getPolarRadius-zipobaw ()D
|
||||
public static final synthetic fun write$Self (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lkotlinx/serialization/encoding/CompositeEncoder;Lkotlinx/serialization/descriptors/SerialDescriptor;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GeoEllipsoid$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/coordinates/GeoEllipsoid$$serializer;
|
||||
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lcenter/sciprog/maps/coordinates/GeoEllipsoid;
|
||||
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
|
||||
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
|
||||
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lcenter/sciprog/maps/coordinates/GeoEllipsoid;)V
|
||||
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
|
||||
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GeoEllipsoid$Companion {
|
||||
public final fun getGRS80 ()Lcenter/sciprog/maps/coordinates/GeoEllipsoid;
|
||||
public final fun getSphere ()Lcenter/sciprog/maps/coordinates/GeoEllipsoid;
|
||||
public final fun getWGS84 ()Lcenter/sciprog/maps/coordinates/GeoEllipsoid;
|
||||
public final fun serializer ()Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GeoEllipsoidKt {
|
||||
public static final fun reducedRadius (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lspace/kscience/kmath/geometry/Angle;)D
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GeodeticMapCoordinates : space/kscience/kmath/geometry/Vector2D {
|
||||
public static final field Companion Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates$Companion;
|
||||
public synthetic fun <init> (ILspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/Distance;Lkotlinx/serialization/internal/SerializationConstructorMarker;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/Distance;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/Distance;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getElevation-irfbOC8 ()Lcenter/sciprog/maps/coordinates/Distance;
|
||||
public final fun getLatitude ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun getLongitude ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public synthetic fun getX ()Ljava/lang/Object;
|
||||
public fun getX ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public synthetic fun getY ()Ljava/lang/Object;
|
||||
public fun getY ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static final synthetic fun write$Self (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lkotlinx/serialization/encoding/CompositeEncoder;Lkotlinx/serialization/descriptors/SerialDescriptor;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GeodeticMapCoordinates$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates$$serializer;
|
||||
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
|
||||
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
|
||||
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;)V
|
||||
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
|
||||
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GeodeticMapCoordinates$Companion {
|
||||
public final fun normalized-8x94Bck (Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/Distance;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public static synthetic fun normalized-8x94Bck$default (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates$Companion;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/Distance;ILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public final fun ofDegrees-8x94Bck (DDLcenter/sciprog/maps/coordinates/Distance;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public static synthetic fun ofDegrees-8x94Bck$default (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates$Companion;DDLcenter/sciprog/maps/coordinates/Distance;ILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public final fun ofRadians-8x94Bck (DDLcenter/sciprog/maps/coordinates/Distance;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public static synthetic fun ofRadians-8x94Bck$default (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates$Companion;DDLcenter/sciprog/maps/coordinates/Distance;ILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public final fun serializer ()Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GmcCurve {
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/coordinates/GmcPose;Lcenter/sciprog/maps/coordinates/GmcPose;DLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun getBackward ()Lcenter/sciprog/maps/coordinates/GmcPose;
|
||||
public final fun getDistance-zipobaw ()D
|
||||
public final fun getForward ()Lcenter/sciprog/maps/coordinates/GmcPose;
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GmcCurveKt {
|
||||
public static final fun contains (Lkotlin/ranges/ClosedRange;Lspace/kscience/kmath/geometry/Angle;)Z
|
||||
public static final fun curveBetween (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;D)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
public static synthetic fun curveBetween$default (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;DILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
public static final fun curveInDirection-EeP4nfk (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lcenter/sciprog/maps/coordinates/GmcPose;DD)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
public static synthetic fun curveInDirection-EeP4nfk$default (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lcenter/sciprog/maps/coordinates/GmcPose;DDILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
public static final fun meridianCurve-L4GImx8 (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;D)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
public static synthetic fun meridianCurve-L4GImx8$default (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;DILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
public static final fun parallelCurve (Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
public static final fun reversed (Lcenter/sciprog/maps/coordinates/GmcCurve;)Lcenter/sciprog/maps/coordinates/GmcCurve;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GmcPose {
|
||||
public static final field Companion Lcenter/sciprog/maps/coordinates/GmcPose$Companion;
|
||||
public synthetic fun <init> (ILcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lspace/kscience/kmath/geometry/Angle;Lkotlinx/serialization/internal/SerializationConstructorMarker;)V
|
||||
public fun <init> (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lspace/kscience/kmath/geometry/Angle;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public final fun component2 ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun copy (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lspace/kscience/kmath/geometry/Angle;)Lcenter/sciprog/maps/coordinates/GmcPose;
|
||||
public static synthetic fun copy$default (Lcenter/sciprog/maps/coordinates/GmcPose;Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lspace/kscience/kmath/geometry/Angle;ILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/GmcPose;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getBearing ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun getCoordinates ()Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public final fun getLatitude ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun getLongitude ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static final synthetic fun write$Self (Lcenter/sciprog/maps/coordinates/GmcPose;Lkotlinx/serialization/encoding/CompositeEncoder;Lkotlinx/serialization/descriptors/SerialDescriptor;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GmcPose$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/coordinates/GmcPose$$serializer;
|
||||
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lcenter/sciprog/maps/coordinates/GmcPose;
|
||||
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
|
||||
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
|
||||
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lcenter/sciprog/maps/coordinates/GmcPose;)V
|
||||
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
|
||||
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GmcPose$Companion {
|
||||
public final fun serializer ()Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/GmcPoseKt {
|
||||
public static final fun reversed (Lcenter/sciprog/maps/coordinates/GmcPose;)Lcenter/sciprog/maps/coordinates/GmcPose;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/coordinates/MapProjection {
|
||||
public static final field Companion Lcenter/sciprog/maps/coordinates/MapProjection$Companion;
|
||||
public abstract fun toGeodetic (Ljava/lang/Object;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public abstract fun toProjection (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;)Ljava/lang/Object;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/MapProjection$Companion {
|
||||
public final fun getEpsg3857 ()Lcenter/sciprog/maps/coordinates/MercatorProjection;
|
||||
}
|
||||
|
||||
public class center/sciprog/maps/coordinates/MercatorProjection : center/sciprog/maps/coordinates/MapProjection {
|
||||
public static final field Companion Lcenter/sciprog/maps/coordinates/MercatorProjection$Companion;
|
||||
public fun <init> ()V
|
||||
public synthetic fun <init> (ILspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/GeoEllipsoid;Lkotlinx/serialization/internal/SerializationConstructorMarker;)V
|
||||
public fun <init> (Lspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/GeoEllipsoid;)V
|
||||
public synthetic fun <init> (Lspace/kscience/kmath/geometry/Angle;Lcenter/sciprog/maps/coordinates/GeoEllipsoid;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun getBaseLongitude ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun getEllipsoid ()Lcenter/sciprog/maps/coordinates/GeoEllipsoid;
|
||||
public fun toGeodetic (Lcenter/sciprog/maps/coordinates/ProjectionCoordinates;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public synthetic fun toGeodetic (Ljava/lang/Object;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public fun toProjection (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;)Lcenter/sciprog/maps/coordinates/ProjectionCoordinates;
|
||||
public synthetic fun toProjection (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;)Ljava/lang/Object;
|
||||
public static final synthetic fun write$Self (Lcenter/sciprog/maps/coordinates/MercatorProjection;Lkotlinx/serialization/encoding/CompositeEncoder;Lkotlinx/serialization/descriptors/SerialDescriptor;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/MercatorProjection$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/coordinates/MercatorProjection$$serializer;
|
||||
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lcenter/sciprog/maps/coordinates/MercatorProjection;
|
||||
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
|
||||
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
|
||||
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lcenter/sciprog/maps/coordinates/MercatorProjection;)V
|
||||
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
|
||||
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/MercatorProjection$Companion {
|
||||
public final fun getMAXIMUM_LATITUDE ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun serializer ()Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/ProjectionCoordinates {
|
||||
public synthetic fun <init> (DDLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1-zipobaw ()D
|
||||
public final fun component2-zipobaw ()D
|
||||
public final fun copy-yHr8yDM (DD)Lcenter/sciprog/maps/coordinates/ProjectionCoordinates;
|
||||
public static synthetic fun copy-yHr8yDM$default (Lcenter/sciprog/maps/coordinates/ProjectionCoordinates;DDILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/ProjectionCoordinates;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getX-zipobaw ()D
|
||||
public final fun getY-zipobaw ()D
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/WebMercatorCoordinates {
|
||||
public fun <init> (IFF)V
|
||||
public final fun component1 ()I
|
||||
public final fun component2 ()F
|
||||
public final fun component3 ()F
|
||||
public final fun copy (IFF)Lcenter/sciprog/maps/coordinates/WebMercatorCoordinates;
|
||||
public static synthetic fun copy$default (Lcenter/sciprog/maps/coordinates/WebMercatorCoordinates;IFFILjava/lang/Object;)Lcenter/sciprog/maps/coordinates/WebMercatorCoordinates;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getX ()F
|
||||
public final fun getY ()F
|
||||
public final fun getZoom ()I
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/coordinates/WebMercatorProjection {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/coordinates/WebMercatorProjection;
|
||||
public final fun scaleFactor (F)F
|
||||
public final fun toGeodetic (Lcenter/sciprog/maps/coordinates/WebMercatorCoordinates;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public final fun toMercator (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;I)Lcenter/sciprog/maps/coordinates/WebMercatorCoordinates;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
## Artifact:
|
||||
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-features:0.2.2-dev-10`.
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-features:0.2.2`.
|
||||
|
||||
**Gradle Groovy:**
|
||||
```groovy
|
||||
@ -16,7 +16,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'center.sciprog:maps-kt-features:0.2.2-dev-10'
|
||||
implementation 'center.sciprog:maps-kt-features:0.2.2'
|
||||
}
|
||||
```
|
||||
**Gradle Kotlin DSL:**
|
||||
@ -27,6 +27,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("center.sciprog:maps-kt-features:0.2.2-dev-10")
|
||||
implementation("center.sciprog:maps-kt-features:0.2.2")
|
||||
}
|
||||
```
|
||||
|
765
maps-kt-features/api/maps-kt-features.api
Normal file
765
maps-kt-features/api/maps-kt-features.api
Normal file
@ -0,0 +1,765 @@
|
||||
public abstract interface class center/sciprog/attributes/Attribute {
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/attributes/AttributeWithDefault : center/sciprog/attributes/Attribute {
|
||||
public abstract fun getDefault ()Ljava/lang/Object;
|
||||
}
|
||||
|
||||
public final class center/sciprog/attributes/Attributes {
|
||||
public static final field Companion Lcenter/sciprog/attributes/Attributes$Companion;
|
||||
public static final synthetic fun box-impl (Ljava/util/Map;)Lcenter/sciprog/attributes/Attributes;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Ljava/util/Map;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Ljava/util/Map;Ljava/util/Map;)Z
|
||||
public static final fun get-impl (Ljava/util/Map;Lcenter/sciprog/attributes/Attribute;)Ljava/lang/Object;
|
||||
public final fun getContent ()Ljava/util/Map;
|
||||
public static final fun getKeys-impl (Ljava/util/Map;)Ljava/util/Set;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Ljava/util/Map;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Ljava/util/Map;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Ljava/util/Map;
|
||||
}
|
||||
|
||||
public final class center/sciprog/attributes/Attributes$Companion {
|
||||
public final fun getEMPTY-hlWAoAs ()Ljava/util/Map;
|
||||
}
|
||||
|
||||
public final class center/sciprog/attributes/AttributesBuilder {
|
||||
public static final field $stable I
|
||||
public fun <init> ()V
|
||||
public final fun add (Lcenter/sciprog/attributes/SetAttribute;Ljava/lang/Object;)V
|
||||
public final fun build-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun from-xbryb2s (Ljava/util/Map;)V
|
||||
public final fun get (Lcenter/sciprog/attributes/Attribute;)Ljava/lang/Object;
|
||||
public final fun invoke (Lcenter/sciprog/attributes/Attribute;Ljava/lang/Object;)V
|
||||
public final fun remove (Lcenter/sciprog/attributes/SetAttribute;Ljava/lang/Object;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/attributes/AttributesBuilderKt {
|
||||
public static final fun Attributes (Lkotlin/jvm/functions/Function1;)Ljava/util/Map;
|
||||
public static final fun AttributesBuilder-xbryb2s (Ljava/util/Map;)Lcenter/sciprog/attributes/AttributesBuilder;
|
||||
}
|
||||
|
||||
public final class center/sciprog/attributes/AttributesKt {
|
||||
public static final fun Attributes (Lcenter/sciprog/attributes/Attribute;Ljava/lang/Object;)Ljava/util/Map;
|
||||
public static final fun getOrDefault-hZ80nBk (Ljava/util/Map;Lcenter/sciprog/attributes/AttributeWithDefault;)Ljava/lang/Object;
|
||||
public static final fun getZ (Lcenter/sciprog/maps/features/Feature;)F
|
||||
public static final fun isEmpty-xbryb2s (Ljava/util/Map;)Z
|
||||
public static final fun plus-0GKEh6s (Ljava/util/Map;Ljava/util/Map;)Ljava/util/Map;
|
||||
public static final fun withAttribute-svNjpeE (Ljava/util/Map;Lcenter/sciprog/attributes/Attribute;Ljava/lang/Object;)Ljava/util/Map;
|
||||
public static final fun withAttributeElement-svNjpeE (Ljava/util/Map;Lcenter/sciprog/attributes/SetAttribute;Ljava/lang/Object;)Ljava/util/Map;
|
||||
public static final fun withoutAttributeElement-svNjpeE (Ljava/util/Map;Lcenter/sciprog/attributes/SetAttribute;Ljava/lang/Object;)Ljava/util/Map;
|
||||
}
|
||||
|
||||
public final class center/sciprog/attributes/AttributesSerializer : kotlinx/serialization/KSerializer {
|
||||
public static final field $stable I
|
||||
public fun <init> (Ljava/util/Set;)V
|
||||
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
|
||||
public fun deserialize-7icwqAM (Lkotlinx/serialization/encoding/Decoder;)Ljava/util/Map;
|
||||
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
|
||||
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
|
||||
public fun serialize-izrVrxc (Lkotlinx/serialization/encoding/Encoder;Ljava/util/Map;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/attributes/NameAttribute : center/sciprog/attributes/SerializableAttribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/attributes/NameAttribute;
|
||||
}
|
||||
|
||||
public abstract class center/sciprog/attributes/SerializableAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public fun <init> (Ljava/lang/String;Lkotlinx/serialization/KSerializer;)V
|
||||
public final fun getSerialId ()Ljava/lang/String;
|
||||
public final fun getSerializer ()Lkotlinx/serialization/KSerializer;
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/attributes/SetAttribute : center/sciprog/attributes/Attribute {
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/compose/ClickGesturesKt {
|
||||
public static final fun detectClicks (Landroidx/compose/ui/input/pointer/PointerInputScope;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
public static synthetic fun detectClicks$default (Landroidx/compose/ui/input/pointer/PointerInputScope;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
|
||||
public static final fun getPosition (Landroidx/compose/ui/input/pointer/PointerEvent;)J
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/compose/MapControlsKt {
|
||||
public static final fun mapControls (Landroidx/compose/ui/Modifier;Lcenter/sciprog/maps/features/CoordinateViewScope;Lcenter/sciprog/maps/features/FeatureGroup;)Landroidx/compose/ui/Modifier;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/AlphaAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/AlphaAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ArcFeature : center/sciprog/maps/features/DraggableFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun component3 ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun component4 ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public final fun component5-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-CqjioLk (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/util/Map;)Lcenter/sciprog/maps/features/ArcFeature;
|
||||
public static synthetic fun copy-CqjioLk$default (Lcenter/sciprog/maps/features/ArcFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/ArcFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getArcLength ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getOval ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun getStartAngle ()Lspace/kscience/kmath/geometry/Angle;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/Area {
|
||||
public abstract fun contains (Ljava/lang/Object;)Z
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/BitmapIconFeature : center/sciprog/maps/features/MarkerFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/ImageBitmap;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/ImageBitmap;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/lang/Object;
|
||||
public final fun component3-MYxV2XQ ()J
|
||||
public final fun component4 ()Landroidx/compose/ui/graphics/ImageBitmap;
|
||||
public final fun component5-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-xcw5jm0 (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/ImageBitmap;Ljava/util/Map;)Lcenter/sciprog/maps/features/BitmapIconFeature;
|
||||
public static synthetic fun copy-xcw5jm0$default (Lcenter/sciprog/maps/features/BitmapIconFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/ImageBitmap;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/BitmapIconFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getCenter ()Ljava/lang/Object;
|
||||
public final fun getImage ()Landroidx/compose/ui/graphics/ImageBitmap;
|
||||
public final fun getSize-MYxV2XQ ()J
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/CircleFeature : center/sciprog/maps/features/MarkerFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;FLjava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;FLjava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/lang/Object;
|
||||
public final fun component3-D9Ej5fM ()F
|
||||
public final fun component4-hlWAoAs ()Ljava/util/Map;
|
||||
public fun contains (Lcenter/sciprog/maps/features/ViewPoint;)Z
|
||||
public final fun copy-eji0nfc (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;FLjava/util/Map;)Lcenter/sciprog/maps/features/CircleFeature;
|
||||
public static synthetic fun copy-eji0nfc$default (Lcenter/sciprog/maps/features/CircleFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;FLjava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/CircleFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getCenter ()Ljava/lang/Object;
|
||||
public final fun getRadius-D9Ej5fM ()F
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ClickListenerAttribute : center/sciprog/attributes/SetAttribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/ClickListenerAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ClickRadius : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/ClickRadius;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ColorAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/ColorAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/CompositeFeaturesKt {
|
||||
public static final fun draggableLine (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/FeatureRef;Lcenter/sciprog/maps/features/FeatureRef;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun draggableLine$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/FeatureRef;Lcenter/sciprog/maps/features/FeatureRef;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun draggableMultiLine (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun draggableMultiLine$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun draggableMultiLineFromPoints (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun draggableMultiLineFromPoints$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/CoordinateSpace {
|
||||
public abstract fun Rectangle (Ljava/lang/Object;Ljava/lang/Object;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public abstract fun Rectangle-Iw8sGQE (Ljava/lang/Object;FJ)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public abstract fun ViewPoint (Ljava/lang/Object;F)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun distanceTo-ccRj1GA (Ljava/lang/Object;Ljava/lang/Object;F)F
|
||||
public fun distanceToLine-DwT6o7Y (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;F)F
|
||||
public abstract fun getDefaultViewPoint ()Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public abstract fun isInsidePolygon (Ljava/lang/Object;Ljava/util/List;)Z
|
||||
public abstract fun moveBy (Lcenter/sciprog/maps/features/ViewPoint;Ljava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public abstract fun offsetTo-LQHvzoY (Ljava/lang/Object;Ljava/lang/Object;F)J
|
||||
public abstract fun withCenter (Lcenter/sciprog/maps/features/Rectangle;Ljava/lang/Object;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public abstract fun wrapPoints (Ljava/util/Collection;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public abstract fun wrapRectangles (Ljava/util/Collection;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public abstract fun zoomBy (Lcenter/sciprog/maps/features/ViewPoint;FLjava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public static synthetic fun zoomBy$default (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/ViewPoint;FLjava/lang/Object;ILjava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/CoordinateSpaceKt {
|
||||
public static final fun Rectangle-Iw8sGQE (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/ViewPoint;J)Lcenter/sciprog/maps/features/Rectangle;
|
||||
}
|
||||
|
||||
public abstract class center/sciprog/maps/features/CoordinateViewScope {
|
||||
public static final field $stable I
|
||||
public fun <init> (Lcenter/sciprog/maps/features/ViewConfig;)V
|
||||
public abstract fun computeViewPoint (Lcenter/sciprog/maps/features/Rectangle;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public final fun getCanvasSize-MYxV2XQ ()J
|
||||
public final fun getConfig ()Lcenter/sciprog/maps/features/ViewConfig;
|
||||
public final fun getSelectRect ()Landroidx/compose/ui/unit/DpRect;
|
||||
public abstract fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun getViewPoint ()Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public final fun getZoom ()F
|
||||
public abstract fun moveBy-VpY3zN4 (Lcenter/sciprog/maps/features/ViewPoint;FF)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public final fun setCanvasSize-EaSLcWc (J)V
|
||||
public final fun setSelectRect (Landroidx/compose/ui/unit/DpRect;)V
|
||||
public final fun setViewPoint (Lcenter/sciprog/maps/features/ViewPoint;)V
|
||||
public final fun toCoordinates-3MmeM6k (JLandroidx/compose/ui/unit/Density;)Ljava/lang/Object;
|
||||
public abstract fun toCoordinates-jo-Fl9I (J)Ljava/lang/Object;
|
||||
public abstract fun toDpOffset-gVRvYmI (Ljava/lang/Object;)J
|
||||
public abstract fun toDpRect (Lcenter/sciprog/maps/features/Rectangle;)Landroidx/compose/ui/unit/DpRect;
|
||||
public final fun toOffset-dBAh8RU (Ljava/lang/Object;Landroidx/compose/ui/unit/Density;)J
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/CoordinateViewScopeKt {
|
||||
public static final fun getBottomRight (Landroidx/compose/ui/unit/DpRect;)J
|
||||
public static final fun getTopLeft (Landroidx/compose/ui/unit/DpRect;)J
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/DomainFeature : center/sciprog/maps/features/Feature {
|
||||
public fun contains (Lcenter/sciprog/maps/features/ViewPoint;)Z
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/DragHandle {
|
||||
public static final field Companion Lcenter/sciprog/maps/features/DragHandle$Companion;
|
||||
public abstract fun handle (Landroidx/compose/ui/input/pointer/PointerEvent;Lcenter/sciprog/maps/features/ViewPoint;Lcenter/sciprog/maps/features/ViewPoint;)Lcenter/sciprog/maps/features/DragResult;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/DragHandle$Companion {
|
||||
public final fun bypass ()Lcenter/sciprog/maps/features/DragHandle;
|
||||
public final fun combine ([Lcenter/sciprog/maps/features/DragHandle;)Lcenter/sciprog/maps/features/DragHandle;
|
||||
public final fun withPrimaryButton (Lkotlin/jvm/functions/Function3;)Lcenter/sciprog/maps/features/DragHandle;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/DragListener {
|
||||
public abstract fun handle (Landroidx/compose/ui/input/pointer/PointerEvent;Lcenter/sciprog/maps/features/ViewPoint;Lcenter/sciprog/maps/features/ViewPoint;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/DragListenerAttribute : center/sciprog/attributes/SetAttribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/DragListenerAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/DragResult {
|
||||
public static final field $stable I
|
||||
public fun <init> (Lcenter/sciprog/maps/features/ViewPoint;Z)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/ViewPoint;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public final fun component2 ()Z
|
||||
public final fun copy (Lcenter/sciprog/maps/features/ViewPoint;Z)Lcenter/sciprog/maps/features/DragResult;
|
||||
public static synthetic fun copy$default (Lcenter/sciprog/maps/features/DragResult;Lcenter/sciprog/maps/features/ViewPoint;ZILjava/lang/Object;)Lcenter/sciprog/maps/features/DragResult;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getHandleNext ()Z
|
||||
public final fun getResult ()Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/DraggableAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/DraggableAttribute;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/DraggableFeature : center/sciprog/maps/features/DomainFeature {
|
||||
public abstract fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/DrawFeature : center/sciprog/maps/features/DraggableFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/util/Map;Lkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/lang/Object;
|
||||
public final fun component3-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun component4 ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun copy-4xdkkFs (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/util/Map;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/DrawFeature;
|
||||
public static synthetic fun copy-4xdkkFs$default (Lcenter/sciprog/maps/features/DrawFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/util/Map;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/DrawFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getDrawFeature ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun getPosition ()Ljava/lang/Object;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/DrawFeatureKt {
|
||||
public static final fun drawFeature (Landroidx/compose/ui/graphics/drawscope/DrawScope;Lcenter/sciprog/maps/features/CoordinateViewScope;Ljava/util/Map;Lcenter/sciprog/maps/features/Feature;)V
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/Feature {
|
||||
public abstract fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public abstract fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public static synthetic fun getBoundingBox$default (Lcenter/sciprog/maps/features/Feature;FILjava/lang/Object;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public abstract fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public abstract fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/FeatureGroup : center/sciprog/maps/features/CoordinateSpace, center/sciprog/maps/features/Feature {
|
||||
public static final field $stable I
|
||||
public static final field Companion Lcenter/sciprog/maps/features/FeatureGroup$Companion;
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Landroidx/compose/runtime/snapshots/SnapshotStateMap;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Landroidx/compose/runtime/snapshots/SnapshotStateMap;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public fun Rectangle (Ljava/lang/Object;Ljava/lang/Object;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun Rectangle-Iw8sGQE (Ljava/lang/Object;FJ)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun ViewPoint (Ljava/lang/Object;F)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Landroidx/compose/runtime/snapshots/SnapshotStateMap;
|
||||
public final fun component3-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-EHyjM0Q (Lcenter/sciprog/maps/features/CoordinateSpace;Landroidx/compose/runtime/snapshots/SnapshotStateMap;Ljava/util/Map;)Lcenter/sciprog/maps/features/FeatureGroup;
|
||||
public static synthetic fun copy-EHyjM0Q$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/CoordinateSpace;Landroidx/compose/runtime/snapshots/SnapshotStateMap;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureGroup;
|
||||
public fun distanceTo-ccRj1GA (Ljava/lang/Object;Ljava/lang/Object;F)F
|
||||
public fun distanceToLine-DwT6o7Y (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;F)F
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun feature (Ljava/lang/String;Lcenter/sciprog/maps/features/Feature;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getDefaultViewPoint ()Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public final fun getFeatureMap ()Landroidx/compose/runtime/snapshots/SnapshotStateMap;
|
||||
public final fun getFeatures ()Ljava/util/Collection;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun isInsidePolygon (Ljava/lang/Object;Ljava/util/List;)Z
|
||||
public fun moveBy (Lcenter/sciprog/maps/features/ViewPoint;Ljava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun offsetTo-LQHvzoY (Ljava/lang/Object;Ljava/lang/Object;F)J
|
||||
public final fun removeFeature (Ljava/lang/String;)V
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public final fun visit (Lkotlin/jvm/functions/Function3;)V
|
||||
public final fun visitUntil (Lkotlin/jvm/functions/Function3;)V
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCenter (Lcenter/sciprog/maps/features/Rectangle;Ljava/lang/Object;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun wrapPoints (Ljava/util/Collection;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun wrapRectangles (Ljava/util/Collection;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun zoomBy (Lcenter/sciprog/maps/features/ViewPoint;FLjava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/FeatureGroup$Companion {
|
||||
public final fun build (Lcenter/sciprog/maps/features/CoordinateSpace;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureGroup;
|
||||
public static synthetic fun build$default (Lcenter/sciprog/maps/features/FeatureGroup$Companion;Lcenter/sciprog/maps/features/CoordinateSpace;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureGroup;
|
||||
public final fun remember (Lcenter/sciprog/maps/features/CoordinateSpace;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcenter/sciprog/maps/features/FeatureGroup;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/FeatureGroupKt {
|
||||
public static final fun Structure2D (IILkotlin/jvm/functions/Function1;)Lspace/kscience/kmath/nd/Structure2D;
|
||||
public static final fun StructureND-qL90JFI ([ILkotlin/jvm/functions/Function1;)Lspace/kscience/kmath/nd/StructureND;
|
||||
public static final fun arc-f9v9FWM (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun arc-f9v9FWM$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun circle-vJIlCZg (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;FLjava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun circle-vJIlCZg$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;FLjava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun draw-UqNt6FI (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Ljava/util/Map;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun draw-UqNt6FI$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Ljava/util/Map;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun forEachWithAttribute (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/attributes/Attribute;Lkotlin/jvm/functions/Function4;)V
|
||||
public static final fun forEachWithAttributeUntil (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/attributes/Attribute;Lkotlin/jvm/functions/Function4;)V
|
||||
public static final fun getAttributes (Lcenter/sciprog/maps/features/FeatureRef;)Ljava/util/Map;
|
||||
public static final fun group-WhaQnWU (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/Map;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun group-WhaQnWU$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/Map;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun icon-Rwk-ljY (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Landroidx/compose/ui/graphics/vector/ImageVector;JLjava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun icon-Rwk-ljY$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Landroidx/compose/ui/graphics/vector/ImageVector;JLjava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun line-JCOR_Dk (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun line-JCOR_Dk$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun multiLine-4xdkkFs (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun multiLine-4xdkkFs$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun pixelMap-JCOR_Dk (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/nd/Structure2D;Ljava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun pixelMap-JCOR_Dk$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/nd/Structure2D;Ljava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun points-4xdkkFs (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun points-4xdkkFs$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun polygon-4xdkkFs (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun polygon-4xdkkFs$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/util/List;Ljava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun rectangle-H_bhbsI (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;JLjava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun rectangle-H_bhbsI$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;JLjava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun resolve (Lcenter/sciprog/maps/features/FeatureRef;)Lcenter/sciprog/maps/features/Feature;
|
||||
public static final fun scalableImage-UqNt6FI (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;Ljava/util/Map;Ljava/lang/String;Lkotlin/jvm/functions/Function2;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun scalableImage-UqNt6FI$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;Ljava/util/Map;Ljava/lang/String;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun text-f9v9FWM (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Ljava/util/Map;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun text-f9v9FWM$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/lang/Object;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Ljava/util/Map;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/FeatureKt {
|
||||
public static final fun computeBoundingBox (Ljava/lang/Iterable;Lcenter/sciprog/maps/features/CoordinateSpace;F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public static final fun getColor (Lcenter/sciprog/maps/features/Feature;)Landroidx/compose/ui/graphics/Color;
|
||||
public static final fun getName (Lcenter/sciprog/maps/features/Feature;)Ljava/lang/String;
|
||||
public static final fun getZoomRange (Lcenter/sciprog/maps/features/Feature;)Lkotlin/ranges/ClosedFloatingPointRange;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/FeatureRef {
|
||||
public static final field $stable I
|
||||
public fun <init> (Ljava/lang/String;Lcenter/sciprog/maps/features/FeatureGroup;)V
|
||||
public final fun getId ()Ljava/lang/String;
|
||||
public final fun getParent ()Lcenter/sciprog/maps/features/FeatureGroup;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/FeatureSelector : center/sciprog/maps/features/Feature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/Map;Lkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun component3 ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun copy-I8jStn0 (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/Map;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureSelector;
|
||||
public static synthetic fun copy-I8jStn0$default (Lcenter/sciprog/maps/features/FeatureSelector;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/Map;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureSelector;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getSelector ()Lkotlin/jvm/functions/Function1;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/HoverListenerAttribute : center/sciprog/attributes/SetAttribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/HoverListenerAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/LineFeature : center/sciprog/maps/features/DomainFeature, center/sciprog/maps/features/LineSegmentFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/lang/Object;
|
||||
public final fun component3 ()Ljava/lang/Object;
|
||||
public final fun component4-hlWAoAs ()Ljava/util/Map;
|
||||
public fun contains (Lcenter/sciprog/maps/features/ViewPoint;)Z
|
||||
public final fun copy-a7qfu0U (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)Lcenter/sciprog/maps/features/LineFeature;
|
||||
public static synthetic fun copy-a7qfu0U$default (Lcenter/sciprog/maps/features/LineFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/LineFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getA ()Ljava/lang/Object;
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun getB ()Ljava/lang/Object;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getCenter ()Ljava/lang/Object;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/LineSegmentFeature : center/sciprog/maps/features/Feature {
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/MapFeatureAttributesKt {
|
||||
public static final fun color-4WTKRHQ (Lcenter/sciprog/maps/features/FeatureRef;J)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun draggable (Lcenter/sciprog/maps/features/FeatureRef;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun draggable$default (Lcenter/sciprog/maps/features/FeatureRef;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun modifyAttribute (Lcenter/sciprog/maps/features/FeatureRef;Lcenter/sciprog/attributes/Attribute;Ljava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun modifyAttributes (Lcenter/sciprog/maps/features/FeatureRef;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun onClick (Lcenter/sciprog/maps/features/FeatureRef;Landroidx/compose/foundation/PointerMatcher;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun onClick (Lcenter/sciprog/maps/features/FeatureRef;Lkotlin/jvm/functions/Function2;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun onClick$default (Lcenter/sciprog/maps/features/FeatureRef;Landroidx/compose/foundation/PointerMatcher;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun onDrag (Lcenter/sciprog/maps/features/FeatureRef;Lkotlin/jvm/functions/Function3;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun onHover (Lcenter/sciprog/maps/features/FeatureRef;Lkotlin/jvm/functions/Function2;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun pathEffect (Lcenter/sciprog/maps/features/FeatureRef;Landroidx/compose/ui/graphics/PathEffect;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun stroke (Lcenter/sciprog/maps/features/FeatureRef;F)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun zoomRange (Lcenter/sciprog/maps/features/FeatureRef;Lkotlin/ranges/ClosedFloatingPointRange;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/MarkerFeature : center/sciprog/maps/features/DraggableFeature {
|
||||
public abstract fun getCenter ()Ljava/lang/Object;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/MouseListener {
|
||||
public static final field Companion Lcenter/sciprog/maps/features/MouseListener$Companion;
|
||||
public abstract fun handle (Landroidx/compose/ui/input/pointer/PointerEvent;Lcenter/sciprog/maps/features/ViewPoint;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/MouseListener$Companion {
|
||||
public final fun withPrimaryButton (Lkotlin/jvm/functions/Function2;)Lcenter/sciprog/maps/features/MouseListener;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/MultiLineFeature : center/sciprog/maps/features/DomainFeature, center/sciprog/maps/features/LineSegmentFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/util/List;
|
||||
public final fun component3-hlWAoAs ()Ljava/util/Map;
|
||||
public fun contains (Lcenter/sciprog/maps/features/ViewPoint;)Z
|
||||
public final fun copy-EHyjM0Q (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;)Lcenter/sciprog/maps/features/MultiLineFeature;
|
||||
public static synthetic fun copy-EHyjM0Q$default (Lcenter/sciprog/maps/features/MultiLineFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/MultiLineFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getPoints ()Ljava/util/List;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/PainterFeature : center/sciprog/maps/features/Feature {
|
||||
public abstract fun getPainter (Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/graphics/painter/Painter;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/PathEffectAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/PathEffectAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/PathFeature : center/sciprog/maps/features/DraggableFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Landroidx/compose/ui/graphics/Path;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/geometry/Rect;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Landroidx/compose/ui/graphics/Path;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/geometry/Rect;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun component3 ()Landroidx/compose/ui/graphics/Path;
|
||||
public final fun component4 ()Landroidx/compose/ui/graphics/Brush;
|
||||
public final fun component5 ()Landroidx/compose/ui/graphics/drawscope/DrawStyle;
|
||||
public final fun component6 ()Landroidx/compose/ui/geometry/Rect;
|
||||
public final fun component7-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-mDmFKLY (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Landroidx/compose/ui/graphics/Path;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/geometry/Rect;Ljava/util/Map;)Lcenter/sciprog/maps/features/PathFeature;
|
||||
public static synthetic fun copy-mDmFKLY$default (Lcenter/sciprog/maps/features/PathFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Landroidx/compose/ui/graphics/Path;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/geometry/Rect;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/PathFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getBrush ()Landroidx/compose/ui/graphics/Brush;
|
||||
public final fun getPath ()Landroidx/compose/ui/graphics/Path;
|
||||
public final fun getRectangle ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun getStyle ()Landroidx/compose/ui/graphics/drawscope/DrawStyle;
|
||||
public final fun getTargetRect ()Landroidx/compose/ui/geometry/Rect;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/PixelMapFeature : center/sciprog/maps/features/Feature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/nd/Structure2D;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/nd/Structure2D;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun component3 ()Lspace/kscience/kmath/nd/Structure2D;
|
||||
public final fun component4-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-a7qfu0U (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/nd/Structure2D;Ljava/util/Map;)Lcenter/sciprog/maps/features/PixelMapFeature;
|
||||
public static synthetic fun copy-a7qfu0U$default (Lcenter/sciprog/maps/features/PixelMapFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Lspace/kscience/kmath/nd/Structure2D;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/PixelMapFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getPixelMap ()Lspace/kscience/kmath/nd/Structure2D;
|
||||
public final fun getRectangle ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/PointsFeature : center/sciprog/maps/features/Feature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/util/List;
|
||||
public final fun component3-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-EHyjM0Q (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;)Lcenter/sciprog/maps/features/PointsFeature;
|
||||
public static synthetic fun copy-EHyjM0Q$default (Lcenter/sciprog/maps/features/PointsFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/PointsFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getPoints ()Ljava/util/List;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/PolygonFeature : center/sciprog/maps/features/DomainFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/util/List;
|
||||
public final fun component3-hlWAoAs ()Ljava/util/Map;
|
||||
public fun contains (Lcenter/sciprog/maps/features/ViewPoint;)Z
|
||||
public final fun copy-EHyjM0Q (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;)Lcenter/sciprog/maps/features/PolygonFeature;
|
||||
public static synthetic fun copy-EHyjM0Q$default (Lcenter/sciprog/maps/features/PolygonFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/util/List;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/PolygonFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getPoints ()Ljava/util/List;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/Rectangle : center/sciprog/maps/features/Area {
|
||||
public abstract fun getA ()Ljava/lang/Object;
|
||||
public abstract fun getB ()Ljava/lang/Object;
|
||||
public abstract fun getCenter ()Ljava/lang/Object;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/RectangleFeature : center/sciprog/maps/features/MarkerFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLjava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLjava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/lang/Object;
|
||||
public final fun component3-MYxV2XQ ()J
|
||||
public final fun component4-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-tzWo0Eo (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLjava/util/Map;)Lcenter/sciprog/maps/features/RectangleFeature;
|
||||
public static synthetic fun copy-tzWo0Eo$default (Lcenter/sciprog/maps/features/RectangleFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLjava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/RectangleFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getCenter ()Ljava/lang/Object;
|
||||
public final fun getSize-MYxV2XQ ()J
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ScalableImageFeature : center/sciprog/maps/features/Feature, center/sciprog/maps/features/PainterFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Ljava/util/Map;Lkotlin/jvm/functions/Function2;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Ljava/util/Map;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun component3-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun component4 ()Lkotlin/jvm/functions/Function2;
|
||||
public final fun copy-4xdkkFs (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Ljava/util/Map;Lkotlin/jvm/functions/Function2;)Lcenter/sciprog/maps/features/ScalableImageFeature;
|
||||
public static synthetic fun copy-4xdkkFs$default (Lcenter/sciprog/maps/features/ScalableImageFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/features/Rectangle;Ljava/util/Map;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lcenter/sciprog/maps/features/ScalableImageFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getPainter ()Lkotlin/jvm/functions/Function2;
|
||||
public fun getPainter (Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/graphics/painter/Painter;
|
||||
public final fun getRectangle ()Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/StrokeAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/StrokeAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/TextFeature : center/sciprog/maps/features/DraggableFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;Lkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/lang/Object;
|
||||
public final fun component3 ()Ljava/lang/String;
|
||||
public final fun component4-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun component5 ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun copy-JCOR_Dk (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/TextFeature;
|
||||
public static synthetic fun copy-JCOR_Dk$default (Lcenter/sciprog/maps/features/TextFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/TextFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public final fun getFontConfig ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun getPosition ()Ljava/lang/Object;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun getText ()Ljava/lang/String;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/VectorIconFeature : center/sciprog/maps/features/MarkerFeature, center/sciprog/maps/features/PainterFeature {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/vector/ImageVector;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/vector/ImageVector;Ljava/util/Map;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public final fun component2 ()Ljava/lang/Object;
|
||||
public final fun component3-MYxV2XQ ()J
|
||||
public final fun component4 ()Landroidx/compose/ui/graphics/vector/ImageVector;
|
||||
public final fun component5-hlWAoAs ()Ljava/util/Map;
|
||||
public final fun copy-xcw5jm0 (Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/vector/ImageVector;Ljava/util/Map;)Lcenter/sciprog/maps/features/VectorIconFeature;
|
||||
public static synthetic fun copy-xcw5jm0$default (Lcenter/sciprog/maps/features/VectorIconFeature;Lcenter/sciprog/maps/features/CoordinateSpace;Ljava/lang/Object;JLandroidx/compose/ui/graphics/vector/ImageVector;Ljava/util/Map;ILjava/lang/Object;)Lcenter/sciprog/maps/features/VectorIconFeature;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getAttributes-hlWAoAs ()Ljava/util/Map;
|
||||
public fun getBoundingBox (F)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun getCenter ()Ljava/lang/Object;
|
||||
public final fun getImage ()Landroidx/compose/ui/graphics/vector/ImageVector;
|
||||
public synthetic fun getPainter (Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/graphics/painter/Painter;
|
||||
public fun getPainter (Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/graphics/vector/VectorPainter;
|
||||
public final fun getSize-MYxV2XQ ()J
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public fun withAttributes (Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/Feature;
|
||||
public fun withCoordinates (Ljava/lang/Object;)Lcenter/sciprog/maps/features/Feature;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ViewConfig {
|
||||
public static final field $stable I
|
||||
public fun <init> ()V
|
||||
public fun <init> (FLcenter/sciprog/maps/features/MouseListener;Lcenter/sciprog/maps/features/DragHandle;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ZZ)V
|
||||
public synthetic fun <init> (FLcenter/sciprog/maps/features/MouseListener;Lcenter/sciprog/maps/features/DragHandle;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ZZILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()F
|
||||
public final fun component2 ()Lcenter/sciprog/maps/features/MouseListener;
|
||||
public final fun component3 ()Lcenter/sciprog/maps/features/DragHandle;
|
||||
public final fun component4 ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun component5 ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun component6 ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun component7 ()Z
|
||||
public final fun component8 ()Z
|
||||
public final fun copy (FLcenter/sciprog/maps/features/MouseListener;Lcenter/sciprog/maps/features/DragHandle;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ZZ)Lcenter/sciprog/maps/features/ViewConfig;
|
||||
public static synthetic fun copy$default (Lcenter/sciprog/maps/features/ViewConfig;FLcenter/sciprog/maps/features/MouseListener;Lcenter/sciprog/maps/features/DragHandle;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ZZILjava/lang/Object;)Lcenter/sciprog/maps/features/ViewConfig;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public final fun getDragHandle ()Lcenter/sciprog/maps/features/DragHandle;
|
||||
public final fun getOnCanvasSizeChange ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun getOnClick ()Lcenter/sciprog/maps/features/MouseListener;
|
||||
public final fun getOnSelect ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun getOnViewChange ()Lkotlin/jvm/functions/Function1;
|
||||
public final fun getZoomOnDoubleClick ()Z
|
||||
public final fun getZoomOnSelect ()Z
|
||||
public final fun getZoomSpeed ()F
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/features/ViewPoint {
|
||||
public abstract fun getFocus ()Ljava/lang/Object;
|
||||
public abstract fun getZoom ()F
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/VisibleAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/VisibleAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ZAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/ZAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/features/ZoomRangeAttribute : center/sciprog/attributes/Attribute {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/features/ZoomRangeAttribute;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
## Artifact:
|
||||
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-geojson:0.2.2-dev-10`.
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-geojson:0.2.2`.
|
||||
|
||||
**Gradle Groovy:**
|
||||
```groovy
|
||||
@ -16,7 +16,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'center.sciprog:maps-kt-geojson:0.2.2-dev-10'
|
||||
implementation 'center.sciprog:maps-kt-geojson:0.2.2'
|
||||
}
|
||||
```
|
||||
**Gradle Kotlin DSL:**
|
||||
@ -27,6 +27,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("center.sciprog:maps-kt-geojson:0.2.2-dev-10")
|
||||
implementation("center.sciprog:maps-kt-geojson:0.2.2")
|
||||
}
|
||||
```
|
||||
|
224
maps-kt-geojson/api/maps-kt-geojson.api
Normal file
224
maps-kt-geojson/api/maps-kt-geojson.api
Normal file
@ -0,0 +1,224 @@
|
||||
public abstract interface class center/sciprog/maps/geojson/GeoJson {
|
||||
public static final field Companion Lcenter/sciprog/maps/geojson/GeoJson$Companion;
|
||||
public static final field PROPERTIES_KEY Ljava/lang/String;
|
||||
public static final field TYPE_KEY Ljava/lang/String;
|
||||
public abstract fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun getType ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJson$Companion {
|
||||
public static final field PROPERTIES_KEY Ljava/lang/String;
|
||||
public static final field TYPE_KEY Ljava/lang/String;
|
||||
public final fun serializer ()Lkotlinx/serialization/KSerializer;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonFeature : center/sciprog/maps/geojson/GeoJson {
|
||||
public static final field Companion Lcenter/sciprog/maps/geojson/GeoJsonFeature$Companion;
|
||||
public static final field GEOMETRY_KEY Ljava/lang/String;
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonFeature;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getGeometry-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonGeometry;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun getProperties-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonFeature$Companion {
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonFeatureCollection : center/sciprog/maps/geojson/GeoJson, java/lang/Iterable, kotlin/jvm/internal/markers/KMappedMarker {
|
||||
public static final field Companion Lcenter/sciprog/maps/geojson/GeoJsonFeatureCollection$Companion;
|
||||
public static final field FEATURES_KEY Ljava/lang/String;
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonFeatureCollection;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getFeatures-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/List;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun getProperties-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun iterator ()Ljava/util/Iterator;
|
||||
public static fun iterator-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/Iterator;
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonFeatureCollection$Companion {
|
||||
public final fun parse-oOQ2h9Q (Ljava/lang/String;)Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonFeatureJvmKt {
|
||||
public static final fun geoJson (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/net/URL;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun geoJson$default (Lcenter/sciprog/maps/features/FeatureGroup;Ljava/net/URL;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
}
|
||||
|
||||
public abstract interface class center/sciprog/maps/geojson/GeoJsonGeometry : center/sciprog/maps/geojson/GeoJson {
|
||||
public static final field COORDINATES_KEY Ljava/lang/String;
|
||||
public static final field Companion Lcenter/sciprog/maps/geojson/GeoJsonGeometry$Companion;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonGeometry$Companion {
|
||||
public static final field COORDINATES_KEY Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonGeometryCollection : center/sciprog/maps/geojson/GeoJsonGeometry {
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonGeometryCollection;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getGeometries-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/List;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonGeometryKt {
|
||||
public static final fun GeoJsonGeometry (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonGeometry;
|
||||
public static final fun GeoJsonGeometryCollection (Ljava/util/List;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun GeoJsonLineString (Ljava/util/List;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static synthetic fun GeoJsonLineString$default (Ljava/util/List;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun GeoJsonMultiLineString (Ljava/util/List;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static synthetic fun GeoJsonMultiLineString$default (Ljava/util/List;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun GeoJsonMultiPoint (Ljava/util/List;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static synthetic fun GeoJsonMultiPoint$default (Ljava/util/List;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun GeoJsonMultiPolygon (Ljava/util/List;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun GeoJsonPoint (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static synthetic fun GeoJsonPoint$default (Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun GeoJsonPolygon (Ljava/util/List;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonKt {
|
||||
public static final fun GeoJson (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJson;
|
||||
public static final fun GeoJsonFeature (Lcenter/sciprog/maps/geojson/GeoJsonGeometry;Lkotlinx/serialization/json/JsonObject;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static synthetic fun GeoJsonFeature$default (Lcenter/sciprog/maps/geojson/GeoJsonGeometry;Lkotlinx/serialization/json/JsonObject;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun GeoJsonFeatureCollection (Ljava/util/List;Lkotlinx/serialization/json/JsonObject;Lkotlin/jvm/functions/Function1;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static synthetic fun GeoJsonFeatureCollection$default (Ljava/util/List;Lkotlinx/serialization/json/JsonObject;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/serialization/json/JsonObject;
|
||||
public static final fun getProperty-c0BrZC0 (Lkotlinx/serialization/json/JsonObject;Ljava/lang/String;)Lkotlinx/serialization/json/JsonElement;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonLineString : center/sciprog/maps/geojson/GeoJsonGeometry {
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonLineString;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getCoordinates-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/List;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonMultiLineString : center/sciprog/maps/geojson/GeoJsonGeometry {
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonMultiLineString;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getCoordinates-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/List;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonMultiPoint : center/sciprog/maps/geojson/GeoJsonGeometry {
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonMultiPoint;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getCoordinates-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/List;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonMultiPolygon : center/sciprog/maps/geojson/GeoJsonGeometry {
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonMultiPolygon;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getCoordinates-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/List;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonPoint : center/sciprog/maps/geojson/GeoJsonGeometry {
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonPoint;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getCoordinates-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/coordinates/GeodeticMapCoordinates;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonPolygon : center/sciprog/maps/geojson/GeoJsonGeometry {
|
||||
public static final synthetic fun box-impl (Lkotlinx/serialization/json/JsonObject;)Lcenter/sciprog/maps/geojson/GeoJsonPolygon;
|
||||
public static fun constructor-impl (Lkotlinx/serialization/json/JsonObject;)Lkotlinx/serialization/json/JsonObject;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public static fun equals-impl (Lkotlinx/serialization/json/JsonObject;Ljava/lang/Object;)Z
|
||||
public static final fun equals-impl0 (Lkotlinx/serialization/json/JsonObject;Lkotlinx/serialization/json/JsonObject;)Z
|
||||
public static final fun getCoordinates-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/util/List;
|
||||
public fun getJson ()Lkotlinx/serialization/json/JsonObject;
|
||||
public fun hashCode ()I
|
||||
public static fun hashCode-impl (Lkotlinx/serialization/json/JsonObject;)I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
public static fun toString-impl (Lkotlinx/serialization/json/JsonObject;)Ljava/lang/String;
|
||||
public final synthetic fun unbox-impl ()Lkotlinx/serialization/json/JsonObject;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonPropertiesAttribute : center/sciprog/attributes/SerializableAttribute {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/geojson/GeoJsonPropertiesAttribute;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonSerializer : kotlinx/serialization/KSerializer {
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/geojson/GeoJsonSerializer;
|
||||
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lcenter/sciprog/maps/geojson/GeoJson;
|
||||
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
|
||||
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
|
||||
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lcenter/sciprog/maps/geojson/GeoJson;)V
|
||||
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/geojson/GeoJsonToMapKt {
|
||||
public static final fun geoJson (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/geojson/GeoJson;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun geoJson$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/geojson/GeoJson;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun geoJsonFeature-wsmmyRA (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlinx/serialization/json/JsonObject;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun geoJsonFeature-wsmmyRA$default (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlinx/serialization/json/JsonObject;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun geoJsonGeometry (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/geojson/GeoJsonGeometry;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun geoJsonGeometry$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/geojson/GeoJsonGeometry;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
## Artifact:
|
||||
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-scheme:0.2.2-dev-10`.
|
||||
The Maven coordinates of this project are `center.sciprog:maps-kt-scheme:0.2.2`.
|
||||
|
||||
**Gradle Groovy:**
|
||||
```groovy
|
||||
@ -16,7 +16,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'center.sciprog:maps-kt-scheme:0.2.2-dev-10'
|
||||
implementation 'center.sciprog:maps-kt-scheme:0.2.2'
|
||||
}
|
||||
```
|
||||
**Gradle Kotlin DSL:**
|
||||
@ -27,6 +27,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("center.sciprog:maps-kt-scheme:0.2.2-dev-10")
|
||||
implementation("center.sciprog:maps-kt-scheme:0.2.2")
|
||||
}
|
||||
```
|
||||
|
156
maps-kt-scheme/api/maps-kt-scheme.api
Normal file
156
maps-kt-scheme/api/maps-kt-scheme.api
Normal file
@ -0,0 +1,156 @@
|
||||
public final class center/sciprog/maps/scheme/SchemeFeaturesKt {
|
||||
public static final fun arc (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;FLspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun arc$default (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;FLspace/kscience/kmath/geometry/Angle;Lspace/kscience/kmath/geometry/Angle;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun background (Lcenter/sciprog/maps/features/FeatureGroup;FFLcenter/sciprog/maps/scheme/XY;Ljava/lang/String;Lkotlin/jvm/functions/Function2;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun background$default (Lcenter/sciprog/maps/features/FeatureGroup;FFLcenter/sciprog/maps/scheme/XY;Ljava/lang/String;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun circle-d8LSEHM (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;FLjava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun circle-d8LSEHM$default (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;FLjava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun draw (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun draw$default (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun image-J7Fpp20 (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Landroidx/compose/ui/graphics/vector/ImageVector;JLjava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun image-J7Fpp20$default (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Landroidx/compose/ui/graphics/vector/ImageVector;JLjava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun line (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Lkotlin/Pair;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun line$default (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Lkotlin/Pair;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun pixelMap (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;FFLjava/lang/String;Lkotlin/jvm/functions/Function1;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun pixelMap$default (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/Rectangle;FFLjava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static final fun text (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Ljava/lang/String;Ljava/lang/String;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
public static synthetic fun text$default (Lcenter/sciprog/maps/features/FeatureGroup;Lkotlin/Pair;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lcenter/sciprog/maps/features/FeatureRef;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/scheme/SchemeViewKt {
|
||||
public static final fun SchemeView (Lcenter/sciprog/maps/features/FeatureGroup;Lcenter/sciprog/maps/features/ViewPoint;Lcenter/sciprog/maps/features/Rectangle;Lcenter/sciprog/maps/features/ViewConfig;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
|
||||
public static final fun SchemeView (Lcenter/sciprog/maps/features/ViewPoint;Lcenter/sciprog/maps/features/Rectangle;Lcenter/sciprog/maps/features/ViewConfig;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)V
|
||||
public static final fun SchemeView (Lcenter/sciprog/maps/scheme/XYViewScope;Lcenter/sciprog/maps/features/FeatureGroup;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
|
||||
public static final fun computeViewPoint-6HolHcs (Lcenter/sciprog/maps/features/Rectangle;J)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public static synthetic fun computeViewPoint-6HolHcs$default (Lcenter/sciprog/maps/features/Rectangle;JILjava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/scheme/XY : space/kscience/kmath/geometry/Vector2D {
|
||||
public static final field $stable I
|
||||
public fun <init> (FF)V
|
||||
public final fun component1 ()F
|
||||
public final fun component2 ()F
|
||||
public final fun copy (FF)Lcenter/sciprog/maps/scheme/XY;
|
||||
public static synthetic fun copy$default (Lcenter/sciprog/maps/scheme/XY;FFILjava/lang/Object;)Lcenter/sciprog/maps/scheme/XY;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getX ()Ljava/lang/Float;
|
||||
public synthetic fun getX ()Ljava/lang/Object;
|
||||
public fun getY ()Ljava/lang/Float;
|
||||
public synthetic fun getY ()Ljava/lang/Object;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/scheme/XYCoordinateSpace : center/sciprog/maps/features/CoordinateSpace {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lcenter/sciprog/maps/scheme/XYCoordinateSpace;
|
||||
public fun Rectangle (Lcenter/sciprog/maps/scheme/XY;Lcenter/sciprog/maps/scheme/XY;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public synthetic fun Rectangle (Ljava/lang/Object;Ljava/lang/Object;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun Rectangle-Iw8sGQE (Lcenter/sciprog/maps/scheme/XY;FJ)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public synthetic fun Rectangle-Iw8sGQE (Ljava/lang/Object;FJ)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun ViewPoint (Lcenter/sciprog/maps/scheme/XY;F)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public synthetic fun ViewPoint (Ljava/lang/Object;F)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun getDefaultViewPoint ()Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun isInsidePolygon (Lcenter/sciprog/maps/scheme/XY;Ljava/util/List;)Z
|
||||
public synthetic fun isInsidePolygon (Ljava/lang/Object;Ljava/util/List;)Z
|
||||
public fun moveBy (Lcenter/sciprog/maps/features/ViewPoint;Lcenter/sciprog/maps/scheme/XY;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public synthetic fun moveBy (Lcenter/sciprog/maps/features/ViewPoint;Ljava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun offsetTo-LQHvzoY (Lcenter/sciprog/maps/scheme/XY;Lcenter/sciprog/maps/scheme/XY;F)J
|
||||
public synthetic fun offsetTo-LQHvzoY (Ljava/lang/Object;Ljava/lang/Object;F)J
|
||||
public fun withCenter (Lcenter/sciprog/maps/features/Rectangle;Lcenter/sciprog/maps/scheme/XY;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public synthetic fun withCenter (Lcenter/sciprog/maps/features/Rectangle;Ljava/lang/Object;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun wrapPoints (Ljava/util/Collection;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun wrapRectangles (Ljava/util/Collection;)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public fun zoomBy (Lcenter/sciprog/maps/features/ViewPoint;FLcenter/sciprog/maps/scheme/XY;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public synthetic fun zoomBy (Lcenter/sciprog/maps/features/ViewPoint;FLjava/lang/Object;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/scheme/XYKt {
|
||||
public static final fun Rectangle (Lcenter/sciprog/maps/features/CoordinateSpace;Lcenter/sciprog/maps/scheme/XY;FF)Lcenter/sciprog/maps/features/Rectangle;
|
||||
public static final fun getBottom (Lcenter/sciprog/maps/features/Rectangle;)F
|
||||
public static final fun getHeight (Lcenter/sciprog/maps/features/Rectangle;)F
|
||||
public static final fun getLeft (Lcenter/sciprog/maps/features/Rectangle;)F
|
||||
public static final fun getLeftTop (Lcenter/sciprog/maps/features/Rectangle;)Lcenter/sciprog/maps/scheme/XY;
|
||||
public static final fun getRight (Lcenter/sciprog/maps/features/Rectangle;)F
|
||||
public static final fun getRightBottom (Lcenter/sciprog/maps/features/Rectangle;)Lcenter/sciprog/maps/scheme/XY;
|
||||
public static final fun getTop (Lcenter/sciprog/maps/features/Rectangle;)F
|
||||
public static final fun getWidth (Lcenter/sciprog/maps/features/Rectangle;)F
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/scheme/XYViewPoint : center/sciprog/maps/features/ViewPoint {
|
||||
public static final field $stable I
|
||||
public fun <init> (Lcenter/sciprog/maps/scheme/XY;F)V
|
||||
public synthetic fun <init> (Lcenter/sciprog/maps/scheme/XY;FILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public final fun component1 ()Lcenter/sciprog/maps/scheme/XY;
|
||||
public final fun component2 ()F
|
||||
public final fun copy (Lcenter/sciprog/maps/scheme/XY;F)Lcenter/sciprog/maps/scheme/XYViewPoint;
|
||||
public static synthetic fun copy$default (Lcenter/sciprog/maps/scheme/XYViewPoint;Lcenter/sciprog/maps/scheme/XY;FILjava/lang/Object;)Lcenter/sciprog/maps/scheme/XYViewPoint;
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
public fun getFocus ()Lcenter/sciprog/maps/scheme/XY;
|
||||
public synthetic fun getFocus ()Ljava/lang/Object;
|
||||
public fun getZoom ()F
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/scheme/XYViewScope : center/sciprog/maps/features/CoordinateViewScope {
|
||||
public static final field $stable I
|
||||
public static final field Companion Lcenter/sciprog/maps/scheme/XYViewScope$Companion;
|
||||
public fun <init> (Lcenter/sciprog/maps/features/ViewConfig;)V
|
||||
public fun computeViewPoint (Lcenter/sciprog/maps/features/Rectangle;)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun getSpace ()Lcenter/sciprog/maps/features/CoordinateSpace;
|
||||
public fun moveBy-VpY3zN4 (Lcenter/sciprog/maps/features/ViewPoint;FF)Lcenter/sciprog/maps/features/ViewPoint;
|
||||
public fun toCoordinates-jo-Fl9I (J)Lcenter/sciprog/maps/scheme/XY;
|
||||
public synthetic fun toCoordinates-jo-Fl9I (J)Ljava/lang/Object;
|
||||
public fun toDpOffset-gVRvYmI (Lcenter/sciprog/maps/scheme/XY;)J
|
||||
public synthetic fun toDpOffset-gVRvYmI (Ljava/lang/Object;)J
|
||||
public fun toDpRect (Lcenter/sciprog/maps/features/Rectangle;)Landroidx/compose/ui/unit/DpRect;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/scheme/XYViewScope$Companion {
|
||||
public final fun remember (Lcenter/sciprog/maps/features/ViewConfig;Lcenter/sciprog/maps/features/ViewPoint;Lcenter/sciprog/maps/features/Rectangle;Landroidx/compose/runtime/Composer;II)Lcenter/sciprog/maps/scheme/XYViewScope;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/svg/ExportToSvgKt {
|
||||
public static final fun exportToSvg (Lcenter/sciprog/maps/svg/FeatureStateSnapshot;Lcenter/sciprog/maps/features/ViewPoint;DDLjava/nio/file/Path;)V
|
||||
public static final fun generateSvg (Lcenter/sciprog/maps/svg/FeatureStateSnapshot;Lcenter/sciprog/maps/features/ViewPoint;DDLjava/lang/String;)Ljava/lang/String;
|
||||
public static synthetic fun generateSvg$default (Lcenter/sciprog/maps/svg/FeatureStateSnapshot;Lcenter/sciprog/maps/features/ViewPoint;DDLjava/lang/String;ILjava/lang/Object;)Ljava/lang/String;
|
||||
public static final fun snapshot (Lcenter/sciprog/maps/features/FeatureGroup;Landroidx/compose/runtime/Composer;I)Lcenter/sciprog/maps/svg/FeatureStateSnapshot;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/svg/FeatureStateSnapshot {
|
||||
public static final field $stable I
|
||||
public fun <init> (Ljava/util/Map;Ljava/util/Map;)V
|
||||
public final fun getFeatures ()Ljava/util/Map;
|
||||
}
|
||||
|
||||
public final class center/sciprog/maps/svg/SvgDrawScope : androidx/compose/ui/graphics/drawscope/DrawScope {
|
||||
public static final field $stable I
|
||||
public synthetic fun <init> (Lorg/jfree/svg/SVGGraphics2D;JFILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public synthetic fun <init> (Lorg/jfree/svg/SVGGraphics2D;JFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
public fun drawArc-illE91I (Landroidx/compose/ui/graphics/Brush;FFZJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawArc-yD3GUKo (JFFZJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawCircle-V9BoPsw (Landroidx/compose/ui/graphics/Brush;FJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawCircle-VaOC9Bg (JFJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawImage-9jGpkUE (Landroidx/compose/ui/graphics/ImageBitmap;JJJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawImage-AZ2fEMs (Landroidx/compose/ui/graphics/ImageBitmap;JJJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;II)V
|
||||
public fun drawImage-gbVJVH8 (Landroidx/compose/ui/graphics/ImageBitmap;JFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawLine-1RTmtNc (Landroidx/compose/ui/graphics/Brush;JJFILandroidx/compose/ui/graphics/PathEffect;FLandroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawLine-NGM6Ib0 (JJJFILandroidx/compose/ui/graphics/PathEffect;FLandroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawOval-AsUm42w (Landroidx/compose/ui/graphics/Brush;JJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawOval-n-J9OG0 (JJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawPath-GBMwjPU (Landroidx/compose/ui/graphics/Path;Landroidx/compose/ui/graphics/Brush;FLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawPath-LG529CI (Landroidx/compose/ui/graphics/Path;JFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawPoints-F8ZwMP8 (Ljava/util/List;IJFILandroidx/compose/ui/graphics/PathEffect;FLandroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawPoints-Gsft0Ws (Ljava/util/List;ILandroidx/compose/ui/graphics/Brush;FILandroidx/compose/ui/graphics/PathEffect;FLandroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawRect-AsUm42w (Landroidx/compose/ui/graphics/Brush;JJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawRect-n-J9OG0 (JJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawRoundRect-ZuiqVtQ (Landroidx/compose/ui/graphics/Brush;JJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public fun drawRoundRect-u-Aw5IA (JJJJLandroidx/compose/ui/graphics/drawscope/DrawStyle;FLandroidx/compose/ui/graphics/ColorFilter;I)V
|
||||
public final fun drawText-xwkQ0AY (Ljava/lang/String;FFLjava/awt/Font;J)V
|
||||
public fun getDensity ()F
|
||||
public fun getDrawContext ()Landroidx/compose/ui/graphics/drawscope/DrawContext;
|
||||
public fun getFontScale ()F
|
||||
public fun getLayoutDirection ()Landroidx/compose/ui/unit/LayoutDirection;
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
## Artifact:
|
||||
|
||||
The Maven coordinates of this project are `space.kscience:trajectory-kt:0.2.2-dev-10`.
|
||||
The Maven coordinates of this project are `space.kscience:trajectory-kt:0.2.2`.
|
||||
|
||||
**Gradle Groovy:**
|
||||
```groovy
|
||||
@ -15,7 +15,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'space.kscience:trajectory-kt:0.2.2-dev-10'
|
||||
implementation 'space.kscience:trajectory-kt:0.2.2'
|
||||
}
|
||||
```
|
||||
**Gradle Kotlin DSL:**
|
||||
@ -26,7 +26,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("space.kscience:trajectory-kt:0.2.2-dev-10")
|
||||
implementation("space.kscience:trajectory-kt:0.2.2")
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -20,7 +20,7 @@ kscience{
|
||||
}
|
||||
|
||||
readme {
|
||||
description = "Path and trajectory optimization (to be moved to a separate project)"
|
||||
maturity = space.kscience.gradle.Maturity.DEPRECATED
|
||||
description = "Path and trajectory optimization"
|
||||
maturity = space.kscience.gradle.Maturity.EXPERIMENTAL
|
||||
propertyByTemplate("artifact", rootProject.file("docs/templates/ARTIFACT-TEMPLATE.md"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user