Skip to content

Commit e920eac

Browse files
Merge pull request #142 from Omega-R/feature/map_make_route
start positions saved
2 parents deb697c + 0247c81 commit e920eac

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)