Skip to content

Commit 0247c81

Browse files
author
Dmitriy Sidukov
committed
start positions saved
1 parent c1a8ee1 commit 0247c81

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/main/java/com/omega_r/libs/omegaintentbuilder/builders/MapIntentBuilder.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ class MapIntentBuilder(private vararg var types: MapTypes) : BaseActivityBuilder
292292
it.address = address
293293
it.latitude = latitude
294294
it.longitude = longitude
295+
it.startLatitude = startLatitude
296+
it.startLongitude = startLongitude
295297
it.zoom = zoom
296298
it.viewType = viewType
297299
}

0 commit comments

Comments
 (0)