IdentifyPoints: identify points by clicking on map

Description Usage Arguments Value Author(s) Examples

Description

The user can try to identify lat/lon pairs on the map by clicking on them

Usage

1
IdentifyPoints(MyMap, n = 1, verbose = 0)

Arguments

MyMap

map object

n

the maximum number of points to locate.

verbose

level of verbosity

Value

the lat/lon coordinates of the chosen points are returned

Author(s)

Markus Loecher

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#The first step naturally will be to download a static map from the Google server. A simple example:





 #identifiy points:


 #IdentifyPoints(MyMap,5)

RgoogleMaps documentation built on May 2, 2019, 5:03 p.m.