graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#DC143C" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "Geofencing" -- "LocationAddress" [label=" 114 ", penwidth="10", color="#DC143CFF"]; "Geofencing" -- "LocationUpdates" [label=" 94 ", penwidth="8", color="#DC143CDB"]; "BasicLocation" -- "LocationAddress" [label=" 88 ", penwidth="7", color="#DC143CC9"]; "LocationAddress" -- "LocationUpdates" [label=" 86 ", penwidth="7", color="#DC143CC9"]; "LocationUpdatesForegroundService" -- "LocationUpdatesPendingIntent" [label=" 82 ", penwidth="7", color="#DC143CC9"]; "BasicLocation" -- "Geofencing" [label=" 68 ", penwidth="5", color="#DC143CA5"]; "CurrentLocationKotlin" -- "LocationUpdatesBackgroundKotlin" [label=" 58 ", penwidth="5", color="#DC143CA5"]; "LocationAddress" -- "LocationUpdatesForegroundService" [label=" 58 ", penwidth="5", color="#DC143CA5"]; "Geofencing" -- "LocationUpdatesForegroundService" [label=" 58 ", penwidth="5", color="#DC143CA5"]; "LocationUpdates" -- "LocationUpdatesForegroundService" [label=" 58 ", penwidth="5", color="#DC143CA5"]; }