FlickrNet.Flickr.PhotosGetWithGeoData C# (CSharp) Method

PhotosGetWithGeoData() public method

Gets a list of photos that contain geo location information.
Note, this method doesn't actually return the location information with the photos, unless you specify the PhotoSearchExtras.Geo option in the extras parameter.
public PhotosGetWithGeoData ( ) : Photos
return Photos
        public Photos PhotosGetWithGeoData()
        {
            PartialSearchOptions options = new PartialSearchOptions();
            return PhotosGetWithGeoData(options);
        }

Same methods

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