Ejemplo n.º 1
0
    public void showRelationsPerPoint(MapPoint point)
    {
        //Debug.Log("llamando a SHOW relations per point");
        if (relationsPerPoint.ContainsKey(point))
        {
            RelationShip relation = relationsPerPoint[point];

            relation.show();

            center.showClusterRelations(point);
        }
    }