getLocation method
Return position of current panorama and information of near panoramas
Implementation
Future<StreetViewPanoramaLocation?> getLocation() {
return _streetViewFlutterPlatform.getLocation(viewId);
}
Return position of current panorama and information of near panoramas
Future<StreetViewPanoramaLocation?> getLocation() {
return _streetViewFlutterPlatform.getLocation(viewId);
}