menu
arcgis_maps
arcgis_maps.dart
PointBuilder
offsetBy method
offsetBy
dark_mode
light_mode
offsetBy
method
void
offsetBy
(
{
required
double
offsetX
,
required
double
offsetY
,
})
Offsets the point by the given offsets for the x and y dimension.
Parameters:
offsetX
— The number of units to move the point on the x axis.
offsetY
— The number of units to move the point on the y axis.
arcgis_maps
arcgis_maps
PointBuilder
offsetBy method
PointBuilder class