FlickrNet.Flickr.PhotosGetWithoutGeoData C# (CSharp) Method

PhotosGetWithoutGeoData() public method

Gets a list of photos that do not contain geo location information.
public PhotosGetWithoutGeoData ( ) : Photos
return Photos
        public Photos PhotosGetWithoutGeoData()
        {
            PartialSearchOptions options = new PartialSearchOptions();
            return PhotosGetWithoutGeoData(options);
        }

Same methods

Flickr::PhotosGetWithoutGeoData ( PartialSearchOptions options ) : Photos
Flickr::PhotosGetWithoutGeoData ( PhotoSearchOptions options ) : Photos
Flickr