NAME
OpenGbg::Service::TrafficCamera::GetTrafficCameras - Get a list of traffic cameras
VERSION
Version 0.1404, released 2018-05-19.
SYNOPSIS
my $traffic_camera_service = OpenGbg->new->traffic_camera;
my $get_traffic_cameras = $traffic_camera_service->get_traffic_cameras;
print $get_traffic_cameras->camera_devices->get_by_index(0)->to_text;
METHODS
camera_devices
Returns the list of traffic cameras in the response in a OpenGbg::Service::TrafficCamera::CameraDevices object.
SOURCE
https://github.com/Csson/p5-OpenGbg
HOMEPAGE
https://metacpan.org/release/OpenGbg
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.