class LocationInfo extends Message

Detected entity location information.

Protobuf type Google\Cloud\Vision\V1\LocationInfo

Methods

__construct()

No description

getLatLng()

lat/long location coordinates.

setLatLng(LatLng $var)

lat/long location coordinates.

Details

at line 25
__construct()

at line 36
LatLng getLatLng()

lat/long location coordinates.

Generated from protobuf field .google.type.LatLng lat_lng = 1;

Return Value

LatLng

at line 47
setLatLng(LatLng $var)

lat/long location coordinates.

Generated from protobuf field .google.type.LatLng lat_lng = 1;

Parameters

LatLng $var