getLocation method
Return position of current panorama and information of near panoramas
Implementation
Future<StreetViewPanoramaLocation> getLocation(int viewId) {
throw UnimplementedError('getLocation() has not been implemented.');
}
Return position of current panorama and information of near panoramas
Future<StreetViewPanoramaLocation> getLocation(int viewId) {
throw UnimplementedError('getLocation() has not been implemented.');
}