Assigned
Status Update
Comments
ca...@google.com <ca...@google.com> #2
i am using these dependencies for the map
// Maps SDK for Android KTX Library implementation 'com.google.maps.android:maps-ktx:3.0.0'
// Maps SDK for Android Utility Library KTX Library
implementation 'com.google.maps.android:maps-utils-ktx:3.0.0'
implementation 'com.google.android.gms:play-services-base:18.5.0' implementation 'com.google.android.gms:play-services-basement:18.5.0' implementation 'com.google.android.gms:play-services-maps:19.0.0'
and also getting some map sdk error as well dab File created: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_1 dab Couldn't create marker: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_2 dab Marker deleted: _google_maps_sdk_crash_count_1
Description
hi, I am using street panorama view ( google map ) for Android os, by following the official documentation from google . I do not see here any way to show markers on the street view at any particular LatLng , whereas i can see for the ios, they can easily show the markers on street panorama view. why so? why we do not have that feature for android ? can you please look here.
android doc link :https://developers.google.com/maps/documentation/android-sdk/streetview
ios doc link : https://developers.google.com/maps/documentation/ios-sdk/streetview#markers_within_street_view
Please see this in ios documentation, but not available in android documentation
thankyou!