user2985035
user2985035

Reputation: 569

How to get location coordinates of YouTube video?

How to get location coordinates of a YouTube video, if already specified by the user in the advanced settings?

Upvotes: 1

Views: 11530

Answers (1)

Dinesh Chitlangia
Dinesh Chitlangia

Reputation: 590

You can use the Google Client API

This is a Java API.

You will find a class GeolocationSearch which has the following method

String getInputLocation()

This can get you the coordinates.

Upvotes: 0

Related Questions