CopyPastor

Detecting plagiarism made easy.

Score: 0.8489977717399597; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2012-09-13
by Rushabh

Original Post

Original - Posted on 2012-09-13
by Rushabh



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Google api fetch the 20 Result in one page suppose you want to use the next page 20 result then we use the next_page_token from google first pag xml result .
1) https://maps.googleapis.com/maps/api/place/search/xml?location=Enter latitude,Enter Longitude&radius=10000&types=store&hasNextPage=true&nextPage()=true&sensor=false&key=Enter Google_Map_key
in second step you use the first page's next_Page_token data
2)https://maps.googleapis.com/maps/api/place/search/xml?location=Enter Latitude,Enter Longitude&radius=10000&types=store&hasNextPage=true&nextPage()=true&sensor=false&key=enter google_map_key &pagetoken="Enter the first page token Value"

**Google API** fetches the **20 Result** in one page suppose you want to use the next page 20 result then we use the **next_page_token** from google first page xml as a result.
**1)** `https://maps.googleapis.com/maps/api/place/search/xml?location=Enter latitude,Enter Longitude&radius=10000&types=store&hasNextPage=true&nextPage()=true&sensor=false&key=Enter Google_Map_key`

in second step you use the first page's **next_page_token** data
**2)**`https://maps.googleapis.com/maps/api/place/search/xml?location=Enter Latitude,Enter Longitude&radius=10000&types=store&hasNextPage=true&nextPage()=true&sensor=false&key=enter google_map_key &pagetoken="Enter the first page token Value"`




        
Present in both answers; Present only in the new answer; Present only in the old answer;