Browse Source

ImageViewer, little change in gps coordinate

pull/2954/head
dima.avdeev 1 year ago
parent
commit
c024327579
  1. 2
      experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ResourcePictures.kt

2
experimental/examples/imageviewer/shared/src/commonMain/kotlin/example/imageviewer/ResourcePictures.kt

@ -131,7 +131,7 @@ val resourcePictures = arrayOf(
Cabo da Roca or Cape Roca is a cape which forms the westernmost point of the Sintra Mountain Range, of mainland Portugal, of continental Europe, and of the Eurasian landmass.
""".trimIndent(),
dateString = "3 Jun.",
gps = GpsPosition(38.789283172, 9.4909725957)
gps = GpsPosition(38.789283172, -9.4909725957)
),
PictureData.Resource(
resource = "12.jpg",

Loading…
Cancel
Save