Serial port and GPS

Maps.get Method 

Returns the first map containing the given point

[Visual Basic]
Public Function get( _
   ByVal point As MapPoint _
) As Map
[C#]
public Map get(
   MapPoint point
);

Parameters

point
the point

Return Value

the first map for the point or null, if not found

See Also

Maps Class | serial Namespace