Click or drag to resize
MediaSearch Method (Double, Double)
Search for media in a given area.

Requires Authentication: False

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<MediasResponse> Search(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
Latitude of the center search coordinate. If used, longitude is required.
longitude
Type: SystemDouble
Longitude of the center search coordinate. If used, latitude is required.

Return Value

Type: TaskMediasResponse
Media Response
See Also