Serial port and GPS

BmpMaps.get Method 

Finds a map for the given point

[Visual Basic]
Public Function get( _
   ByVal x As Double, _
   ByVal y As Double _
) As BmpMap
[C#]
public BmpMap get(
   double x,
   double y
);

Parameters

x
the x coordinate of the point
y
the y coordinate of the point

Return Value

The first map found in the collection file containing the given point, or BmpMap.INVALID_MAP, if such map has not been found. If the correct map has been found, then it is already activated before it is returned.

Remarks

Finds the next map containing the given point starting from the begin the stream of the map definition file.

See Also

BmpMaps Class | serial Namespace