Location:

RTIC Kanban

Graphic Class

This class allows users to get a list of cities with traffic information and a road map of the city.

ConstructorDescription

nimap.service.Graphic()

 

MethodReturn ValueDescription

searchDistricts(function(result))

Get with road conditions Map of the city list

searchGraphIC(city:String,function(result))searchGraphIC(city,imgOptions=<Object>,function(result) )

Get a road map of the city by city name or adcode, imgOptions={width:380,height;320 , backgroundColor: 1, fontColor: "ffffff"}; backgroundColor: range of values ​​0-1, 1 background transparent, 0 black background

TOP