mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
ImageViewer, little change in gps coordinate
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user